Method: Gosu::Window.char_to_button_id
- Defined in:
- lib/gosu_android/main-window.rb
.char_to_button_id(char) ⇒ Object
Returns the button that has to be pressed to produce the given character, or nil.
302 |
# File 'lib/gosu_android/main-window.rb', line 302 def self.(char); end |