Method: Reflex::KeyEvent#inspect
- Defined in:
- lib/reflex/key_event.rb
#inspect ⇒ Object
24 25 26 |
# File 'lib/reflex/key_event.rb', line 24 def inspect () "#<Reflex::KeyEvent type:#{type} chars:'#{chars}' code:#{code} mod:#{modifiers} repeat:#{repeat} capture?:#{capture?}>" end |