![]() |
Notcurses 3.0.13
a blingful library for TUIs and character graphics
|
#include <notcurses.h>
Data Fields | |
uint32_t | id |
int | y |
int | x |
char | utf8 [5] |
bool | alt |
bool | shift |
bool | ctrl |
ncintype_e | evtype |
unsigned | modifiers |
int | ypx |
int | xpx |
uint32_t | eff_text [NCINPUT_MAX_EFF_TEXT_CODEPOINTS] |
Definition at line 1209 of file notcurses.h.
bool alt |
Definition at line 1214 of file notcurses.h.
bool ctrl |
Definition at line 1216 of file notcurses.h.
uint32_t eff_text[NCINPUT_MAX_EFF_TEXT_CODEPOINTS] |
Definition at line 1221 of file notcurses.h.
ncintype_e evtype |
Definition at line 1218 of file notcurses.h.
uint32_t id |
Definition at line 1210 of file notcurses.h.
unsigned modifiers |
Definition at line 1219 of file notcurses.h.
bool shift |
Definition at line 1215 of file notcurses.h.
char utf8[5] |
Definition at line 1212 of file notcurses.h.
int x |
Definition at line 1211 of file notcurses.h.
int xpx |
Definition at line 1220 of file notcurses.h.
int y |
Definition at line 1211 of file notcurses.h.
int ypx |
Definition at line 1220 of file notcurses.h.