SDL_GetGDKDefaultUser - Man Page

Gets a reference to the default user handle for GDK.

Synopsis

#include <SDL3/SDL_system.h>

bool SDL_GetGDKDefaultUser(XUserHandle *outUserHandle);

Description

This is effectively a synchronous version of XUserAddAsync, which always prefers the default user and allows a sign-in UI.

Function Parameters

outUserHandle

a pointer to be filled in with the default user handle.

Return Value

for more information.

Availability

This function is available since SDL 3.2.0.

Info

SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS