|
SDL
2.0
|
Include dependency graph for SDL_androidkeyboard.h:Go to the source code of this file.
Functions | |
| void | Android_InitKeyboard (void) |
| int | Android_OnKeyDown (int keycode) |
| int | Android_OnKeyUp (int keycode) |
| SDL_bool | Android_HasScreenKeyboardSupport (_THIS) |
| SDL_bool | Android_IsScreenKeyboardShown (_THIS, SDL_Window *window) |
| void | Android_StartTextInput (_THIS) |
| void | Android_StopTextInput (_THIS) |
| void | Android_SetTextInputRect (_THIS, SDL_Rect *rect) |
| SDL_bool Android_IsScreenKeyboardShown | ( | _THIS | , |
| SDL_Window * | window | ||
| ) |
| int Android_OnKeyDown | ( | int | keycode | ) |
| int Android_OnKeyUp | ( | int | keycode | ) |