mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-01 17:37:39 +00:00
Add SDL_SCANCODE_CALL and SDL_SCANCODE_ENDCALL
This commit is contained in:
parent
2bc373622b
commit
2f924020e8
5 changed files with 13 additions and 5 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue