SDL_SetX11EventHook

Set a callback for every X11 event.

The callback may modify the event, and should return true if the event should continue to be processed, or false to prevent further processing.

version(Posix)
extern (C) nothrow @nogc extern
void
SDL_SetX11EventHook

Meta