sdr 0.7

Uses of Class
net.cscott.sdr.CommandInput.InputMode

Packages that use CommandInput.InputMode
net.cscott.sdr This package contains the main game class (App) and a text UI (PMSD), as well as interface definitions needed to tie the various pieces together. 
 

Uses of CommandInput.InputMode in net.cscott.sdr
 

Methods in net.cscott.sdr that return CommandInput.InputMode
abstract  CommandInput.InputMode CommandInput.PossibleCommand.getMode()
          The mode used for this input.
 CommandInput.InputMode CommandInput.waitForMode()
          Get a new input mode, waiting if necessary.
 

Methods in net.cscott.sdr with parameters of type CommandInput.InputMode
 void CommandInput.switchMode(CommandInput.InputMode mode)
          Tell the input method that a new set of calls is valid.
 


sdr 0.7

Copyright © 2006-2009 C. Scott Ananian