Nuklear/demo/sdl_opengl2
paccer a10eb1351a Fix cursor warping to center on older SDL versions
Reverted the order of the SDL_WarpMouseInWindow and SDL_GetMouseState
to its original sequence.
This avoids cursor warping to the center of screen on older SDL versions
It causes an additional SDL_MOUSEMOTION event when ungrabbing, but does
not cause any issues.
2024-02-10 17:21:32 +01:00
..
main.c Fix missed grab state changes in SDL demos 2024-02-10 03:03:16 +01:00
Makefile Enable and fix most GCC warnings (#377) 2021-12-16 20:44:00 +01:00
nuklear_sdl_gl2.h Fix cursor warping to center on older SDL versions 2024-02-10 17:21:32 +01:00