Class AS::Event::StringInput
In: lib/as_event.rb
Parent: Object

Handles inputing strings using Aerosol events.

Methods

input   new  

Constants

BACKSPACE = AS::Event::Keysyms[:Key_BACKSPACE]
RETURN = AS::Event::Keysyms[:Key_RETURN]
LSHIFT = AS::Event::Keysyms[:Key_LSHIFT]
RSHIFT = AS::Event::Keysyms[:Key_RSHIFT]
UPCASE = Hash[*down.zip(up).flatten]

Attributes

final  [R]  Becomes the return value when the user presses enter, nil otherwise.
str  [RW]  Current user input.

Public Class methods

Public Instance methods

[Validate]