Get the numeric ID of a window.
Defined in <SDL3/SDL_video.h>
SDL_WindowID SDL_GetWindowID(SDL_Window *window);
SDL_Window * | window | the window to query. |
(SDL_WindowID) Returns the ID of the window on success or 0 on failure; call SDL_GetError() for more information.
The numeric ID is what SDL_WindowEvent references, and is necessary to map these events to specific SDL_Window objects.
This function is available since SDL 3.1.3.