sily-terminal ~master (2023-12-06T13:08:38Z)
Dub
Repo
InputEvent
sily
tui
elements
element
Input event struct
struct
InputEvent {
enum
Type
;
Type
type
;
int
key
;
bool
isProcessed
;
}
Members
Enums
Type
enum
Type
Undocumented in source.
Variables
isProcessed
bool
isProcessed
;
Undocumented in source.
key
int
key
;
Undocumented in source.
type
Type
type
;
Undocumented in source.
Meta
Source
See Implementation
sily
tui
elements
element
classes
Element
mixin templates
inheritConstructor
structs
InputEvent
Style
Input event struct