DungeonCrawl
|
Structure for advanced input events with context data. More...
#include <input_types.h>
Data Fields | |
input_t | type |
ncinput | raw_input |
Structure for advanced input events with context data.
This structure combines our logical input type with the raw Notcurses input data.
Definition at line 43 of file input_types.h.
ncinput input_event_t::raw_input |
Definition at line 45 of file input_types.h.
input_t input_event_t::type |
Definition at line 44 of file input_types.h.