Method: Gosu::Window.button_id_to_char

Defined in:
lib/gosu_android/main-window.rb

.button_id_to_char(id) ⇒ Object

Returns the character a button usually produces, or nil. To implement real text-input facilities, look at the TextInput class instead.



299
# File 'lib/gosu_android/main-window.rb', line 299

def self.button_id_to_char(id); end