Skip to content

Commit

Permalink
added missing define
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Apr 28, 2024
1 parent a08e762 commit 9d5433d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/SDL_hints.h
Original file line number Diff line number Diff line change
Expand Up @@ -2710,6 +2710,7 @@ extern "C" {
*/
#define SDL_HINT_WEBOS_ACCESS_POLICY_KEYS_EXIT "SDL_WEBOS_ACCESS_POLICY_KEYS_EXIT"
#define SDL_HINT_WEBOS_ACCESS_POLICY_KEYS_HOME "SDL_WEBOS_ACCESS_POLICY_KEYS_HOME"
#define SDL_HINT_WEBOS_ACCESS_POLICY_KEYS_GUIDE "SDL_WEBOS_ACCESS_POLICY_KEYS_GUIDE"
/**
* \brief A variable that decides how long till the cursor is hidden in milliseconds.
*/
Expand Down

0 comments on commit 9d5433d

Please sign in to comment.