|
C-Menu 0.2.9
A User Interface Toolkit
|
Input handling for ncurses-based UI. More...
Go to the source code of this file.
Functions | |
| int | ui_get_event (UiRuntime *ui, UiSurface *target, UiEvent *ev, int timeout_ms) |
| Retrieves an input event from the specified UI surface. | |
Input handling for ncurses-based UI.
This file implements the input handling for the ncurses-based UI. It translates ncurses key codes into the UI's internal key representation and handles mouse events.
Definition in file ui_ncurses_input.c.