Allocate a set of user-defined events, and return the beginning event number for that set of events.
Defined in <SDL3/SDL_events.h>
int numevents); Uint32 SDL_RegisterEvents(
int | numevents | the number of events to be allocated. |
(Uint32) Returns the beginning event number, or 0 if numevents is invalid or if there are not enough user-defined events left.
It is safe to call this function from any thread.
This function is available since SDL 3.1.3.