Class: TuiTui::KeyEvent

Inherits:
Data
  • Object
show all
Defined in:
lib/tui_tui/event.rb

Overview

Runtime event values.

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



5
6
7
# File 'lib/tui_tui/event.rb', line 5

def key
  @key
end