Class: Input::Key
- Inherits:
-
Struct
- Object
- Struct
- Input::Key
- Defined in:
- lib/rgss3/input.rb
Overview
A wrapper for Gosu::KB_**** can be used as argument for methods in Input
Instance Attribute Summary collapse
-
#kb_key ⇒ Object
Returns the value of attribute kb_key.
Instance Attribute Details
#kb_key ⇒ Object
Returns the value of attribute kb_key
91 92 93 |
# File 'lib/rgss3/input.rb', line 91 def kb_key @kb_key end |