Add SDL_SCANCODE_CALL and SDL_SCANCODE_ENDCALL

This commit is contained in:
Cameron Cawley 2022-05-05 20:12:07 +01:00 committed by Sam Lantinga
parent 2bc373622b
commit 2f924020e8
5 changed files with 13 additions and 5 deletions

View file

@ -417,6 +417,8 @@ typedef enum
used as a multi-function feature key for selecting
a software defined function shown on the bottom right
of the display. */
SDL_SCANCODE_CALL = 289, /**< Used for accepting phone calls. */
SDL_SCANCODE_ENDCALL = 290, /**< Used for rejecting phone calls. */
/* @} *//* Mobile keys */