Scroll to navigation

SDL_GetClipboardUserdata(3) SDL3 FUNCTIONS SDL_GetClipboardUserdata(3)

NAME

SDL_GetClipboardUserdata - Retrieve previously set userdata if any.

SYNOPSIS

#include "SDL3/SDL.h"
void* SDL_GetClipboardUserdata(void);

RETURN VALUE

Returns a pointer to the data or NULL if no data exists

AVAILABILITY

This function is available since SDL 3.0.0.

SDL 3.0.0 SDL