Struct
TermboxEvent
Description
struct TbgEvent {
/* No available fields */
}
An untyped terminal event.
Use tbg_event_get_kind(), tbg_event_is_key_event(),
tbg_event_is_mouse_event(), or tbg_event_is_resize_event() to inspect event,
then use tbg_event_into_key_event(), tbg_event_into_mouse_event(), or
tbg_event_into_resize_event() to consume it as a typed event.