Skip to content

Commit

Permalink
webos: reduce cursor sleep timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Informatic committed Apr 28, 2021
1 parent c72b6cd commit dbba74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfx/drivers_context/sdl_gl_ctx.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static void *sdl_ctx_init(void *video_driver)
#ifdef WEBOS
SDL_SetHint(SDL_HINT_WEBOS_ACCESS_POLICY_KEYS_BACK, "true");
SDL_SetHint(SDL_HINT_WEBOS_ACCESS_POLICY_KEYS_EXIT, "true");
SDL_SetHint(SDL_HINT_WEBOS_CURSOR_SLEEP_TIME, "5000");
SDL_SetHint(SDL_HINT_WEBOS_CURSOR_SLEEP_TIME, "1000");
#endif

/* Initialise graphics subsystem, if required */
Expand Down

0 comments on commit dbba74a

Please sign in to comment.