Method: Gosu::Input#set_text_input
- Defined in:
- lib/gosu_android/input/input.rb
#set_text_input(input) ⇒ Object
Sets the currently active TextInput, or clears it (input = 0).
156 |
# File 'lib/gosu_android/input/input.rb', line 156 def set_text_input(input); end |