table of contents
SDL_SetX11EventHook(3) | SDL3 FUNCTIONS | SDL_SetX11EventHook(3) |
NAME¶
SDL_SetX11EventHook - Set a callback for every X11 event.
HEADER FILE¶
Defined in SDL3/SDL_system.h
SYNOPSIS¶
#include "SDL3/SDL.h"
void SDL_SetX11EventHook(SDL_X11EventHook callback, void *userdata);
DESCRIPTION¶
The callback may modify the event, and should return true if the event should continue to be processed, or false to prevent further processing.
FUNCTION PARAMETERS¶
AVAILABILITY¶
This function is available since SDL 3.1.3.
SDL 3.1.6 | Simple Directmedia Layer |