![]() |
µGFX
2.9
version 2.9
|
GWIN Graphic window subsystem header file.
Definition in file gwin_keyboard.h.
Go to the source code of this file.
Data Structures | |
| struct | GKeyboardObject |
| The keyboard widget structure. More... | |
Functions | |
| GHandle | gwinGKeyboardCreate (GDisplay *g, GKeyboardObject *gb, const GWidgetInit *pInit) |
| Create a keyboard widget. More... | |
| GSourceHandle | gwinKeyboardGetEventSource (GHandle gh) |
| Get the keyboard event source for a GWIN virtual keyboard. More... | |
| void | gwinKeyboardSetLayout (GHandle gh, const struct GVKeyTable *layout) |
| Set the layout for the virtual keyboard. More... | |
| void | gwinKeyboardDraw_Normal (GWidgetObject *gw, void *param) |
| The default rendering function for the keyboard widget. More... | |
Macros | |
| #define | GEVENT_GWIN_KEYBOARD (GEVENT_GWIN_CTRL_FIRST+6) |
| The Event Type for a Button Event. More... | |
| #define | GKEYBOARD_FLG_REVERTSET 0x01 |
| The internal keyboard flags and other defines. More... | |
Typedefs | |
| typedef GEventGWin | GEventGWinKeyboard |
| A Keyboard Event. More... | |
| typedef struct GKeyboardObject | GKeyboardObject |
| The keyboard widget structure. More... | |