Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ protected void createContext(final AppSettings settings) {
useAngle = AppSettings.ANGLE_GLES3.equals(settings.getRenderer());
configureVideoDriverHints(settings);
configureOpenGLDriverHints(settings);
SDL_SetHint(SDL_HINT_MAC_PRESS_AND_HOLD, "0");

if (!SDL_InitSubSystem(SDL_WINDOW_SUBSYSTEM_FLAGS)) {
throw new IllegalStateException("Unable to initialize SDL video subsystem: " + SDL_GetError());
Expand Down
Loading