mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-30 11:14:21 +00:00
Enable the SDL_HINT_MOUSE_DOUBLE_CLICK_TIME and SDL_HINT_MOUSE_DOUBLE_CLICK_RADIUS hints on macOS
Fixes https://github.com/libsdl-org/SDL/issues/4000
This commit is contained in:
@@ -277,6 +277,8 @@ int main(int argc, char *argv[])
|
||||
SDL_RenderClear(renderer);
|
||||
}
|
||||
|
||||
SDL_StopTextInput(state->windows[0]);
|
||||
SDL_StopTextInput(state->windows[0]);
|
||||
/* Main render loop */
|
||||
done = 0;
|
||||
#ifdef SDL_PLATFORM_EMSCRIPTEN
|
||||
|
||||
Reference in New Issue
Block a user