#include <virtual_keyboard.h>#include <gui_manager.h>#include <color_manager.h>#include <touch_manager.h>#include <keyboard_keys.h>#include <sw_string_functions.h>#include <sw_syscall.h>#include <sw_debug.h>#include <unused.h>Functions | |
| s32int | virtual_keyboard (s32 vk_active) |
| Sets the Keyboard window and Draws the bitmap image of all the keys of the virtual keyboard. More... | |
| void | on_touch (void) |
| On touch of a key in the keyboard, the key changes it colour by drawing the keyon bitmaps over the existing keyboard keys image. More... | |
| void | on_release (void) |
| On release of the key the default key bitmap is loaded again and the key pressed is stored in an array. More... | |
Variables | |
| s32int | count = 0 |
| s32int | vk_close = 0 |
| s32int | vk_active = 0 |
| struct touch_info | touch_info |
| void on_release | ( | void | ) |
On release of the key the default key bitmap is loaded again and the key pressed is stored in an array.
| void on_touch | ( | void | ) |
On touch of a key in the keyboard, the key changes it colour by drawing the keyon bitmaps over the existing keyboard keys image.
| s32int virtual_keyboard | ( | s32 | vk_active | ) |
Sets the Keyboard window and Draws the bitmap image of all the keys of the virtual keyboard.
| vk_active |
| unsigned int count = 0 |
| struct touch_info touch_info |
| s32int vk_active = 0 |
| s32int vk_close = 0 |
1.8.6