C-Menu 0.2.9
A User Interface Toolkit
Loading...
Searching...
No Matches
ui_ncurses_input.c File Reference

Input handling for ncurses-based UI. More...

#include "ui_ncurses_internal.h"
#include <string.h>
Include dependency graph for ui_ncurses_input.c:

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.

Detailed Description

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.