Class: TuiTui::KeyEvent
- Inherits:
-
Data
- Object
- Data
- TuiTui::KeyEvent
- Defined in:
- lib/tui_tui/event.rb
Overview
Runtime event values.
Instance Attribute Summary collapse
-
#key ⇒ Object
readonly
Returns the value of attribute key.
Instance Attribute Details
#key ⇒ Object (readonly)
Returns the value of attribute key
5 6 7 |
# File 'lib/tui_tui/event.rb', line 5 def key @key end |