table of contents
other versions
- trixie 3.2.10+ds-1
- testing 3.4.2+ds-1
- unstable 3.4.2+ds-1
- experimental 3.5~git20260304~c20a058+ds-1
| SDL_SetX11EventHook(3) | SDL3 FUNCTIONS | SDL_SetX11EventHook(3) |
NAME¶
SDL_SetX11EventHook - Set a callback for every X11 event.
SYNOPSIS¶
#include <SDL3/SDL_system.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¶
THREAD SAFETY¶
This function should only be called on the main thread.
AVAILABILITY¶
This function is available since SDL 3.2.0.
| SDL 3.4.2 | Simple Directmedia Layer |