Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
queryit
v0.4.0
Top Level Namespace
App
Config
QueryControl
ResultsControl
SQLBeautifier
TextUi
Box
BorderStyle
Docking
Color
ColorMode
Dialog
Signal_dismissed
Event
Format
KeyEvent
Label
List
StatusBar
Table
Signal_enter_pressed
Terminal
Event
TextBlock
TextCursor
TextDocument
TextEditor
Ui
Signal_focus_changed
Signal_key_typed
Signal_resized
Widget
Built with Crystal 1.9.2
2023-10-08 00:52:31 UTC
class
TextUi::KeyEvent
TextUi::KeyEvent
TextUi::Event
Reference
Object
Defined in:
textui/event.cr
Constructors
.new
(char : Char =
'\0'
, key : UInt16 =
0
, modifier : UInt8 =
0
)
Instance Method Summary
#char
: Char
#key
: UInt16
#modifier
: UInt8
Instance methods inherited from class
TextUi::Event
accept
accept
,
accepted? : Bool
accepted?
Constructor Detail
def self.
new
(char : Char =
'\0'
, key : UInt16 =
0
, modifier : UInt8 =
0
)
#
[
View source
]
Instance Method Detail
def
char
: Char
#
[
View source
]
def
key
: UInt16
#
[
View source
]
def
modifier
: UInt8
#
[
View source
]