Class: Tuile::EventQueue::KeyEvent
- Inherits:
-
Object
- Object
- Tuile::EventQueue::KeyEvent
- Defined in:
- lib/tuile/event_queue.rb
Overview
A keypress event. See Keys for a list of key codes.
Instance Attribute Summary collapse
-
#key ⇒ String
readonly
Key code.
Instance Attribute Details
#key ⇒ String (readonly)
Returns key code.
97 98 |
# File 'lib/tuile/event_queue.rb', line 97 class KeyEvent < Data.define(:key) end |