SDL
2.0
|
Go to the source code of this file.
Functions | |
void | BE_InitOSKeymap (void) |
SDL_Scancode | BE_GetScancodeFromBeKey (int32 bkey) |
int8 | BE_GetKeyState (int32 bkey) |
void | BE_SetKeyState (int32 bkey, int8 state) |
int8 BE_GetKeyState | ( | int32 | bkey | ) |
Referenced by SDL_BApp::_HandleKey().
SDL_Scancode BE_GetScancodeFromBeKey | ( | int32 | bkey | ) |
Referenced by SDL_BApp::_HandleKey().
void BE_SetKeyState | ( | int32 | bkey, |
int8 | state | ||
) |
Referenced by SDL_BApp::_HandleKey().