Method: Gosu::Input#char_to_id
- Defined in:
- lib/gosu_android/input/input.rb
#char_to_id(ch) ⇒ Object
Returns the button that has to be pressed to produce the given character, or noButton.
83 |
# File 'lib/gosu_android/input/input.rb', line 83 def char_to_id(ch); end |