mirror of
https://github.com/celisej567/mcpe.git
synced 2025-12-31 17:49:17 +03:00
Input: Add missing SDL scancodes
This commit is contained in:
@@ -237,15 +237,11 @@ CODE(KBDILLUMDOWN)
|
||||
CODE(KBDILLUMUP)
|
||||
CODE(EJECT)
|
||||
CODE(SLEEP)
|
||||
#ifdef SDL_SCANCODE_APP1
|
||||
CODE(APP1)
|
||||
#endif
|
||||
#ifdef SDL_SCANCODE_APP2
|
||||
CODE(APP2)
|
||||
#endif
|
||||
#ifdef SDL_SCANCODE_AUDIOREWIND
|
||||
CODE(AUDIOREWIND)
|
||||
#endif
|
||||
#ifdef SDL_SCANCODE_AUDIOFASTFORWARD
|
||||
CODE(AUDIOFASTFORWARD)
|
||||
#endif
|
||||
CODE(SOFTLEFT)
|
||||
CODE(SOFTRIGHT)
|
||||
CODE(CALL)
|
||||
CODE(ENDCALL)
|
||||
|
||||
Reference in New Issue
Block a user