Method: Gosu::TextInput#text

Defined in:
rdoc/gosu.rb

#textString

Returns the text that the user has typed.

Returns:

  • (String)

    the text that the user has typed.



722
723
724
# File 'rdoc/gosu.rb', line 722

def text
  @text
end