Notcurses 3.0.13
a blingful library for TUIs and character graphics
Loading...
Searching...
No Matches
ncinput Struct Reference

#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]
 

Detailed Description

Definition at line 1209 of file notcurses.h.

Field Documentation

◆ alt

bool alt

Definition at line 1214 of file notcurses.h.

◆ ctrl

bool ctrl

Definition at line 1216 of file notcurses.h.

◆ eff_text

uint32_t eff_text[NCINPUT_MAX_EFF_TEXT_CODEPOINTS]

Definition at line 1221 of file notcurses.h.

◆ evtype

ncintype_e evtype

Definition at line 1218 of file notcurses.h.

◆ id

uint32_t id

Definition at line 1210 of file notcurses.h.

◆ modifiers

unsigned modifiers

Definition at line 1219 of file notcurses.h.

◆ shift

bool shift

Definition at line 1215 of file notcurses.h.

◆ utf8

char utf8[5]

Definition at line 1212 of file notcurses.h.

◆ x

int x

Definition at line 1211 of file notcurses.h.

◆ xpx

int xpx

Definition at line 1220 of file notcurses.h.

◆ y

int y

Definition at line 1211 of file notcurses.h.

◆ ypx

int ypx

Definition at line 1220 of file notcurses.h.


The documentation for this struct was generated from the following file: