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

Returns true if success or false on failure; call SDL_GetError() for more information.

Availability

This function is available since SDL 3.2.0.

Info

SDL 3.3.2 Simple Directmedia Layer SDL3 FUNCTIONS