Uses of Package
net.jinx.action.input

Packages that use net.jinx.action.input
net.jinx.action.input   
net.jinx.action.input.robot   
net.jinx.gui   
 

Classes in net.jinx.action.input used by net.jinx.action.input
Action
          Actions are generated by Behaviors in response to variables set in Condition objects.
Behavior
          Behavior is what controls a Participant.
Condition
          This is used by Participants to communicate the current situation to their Behaviors.
ControlID
          Represents a particular control attached to an InputDevice.
InputDevice
          Wrapper for net.java.games.input.Controller to make it simpler and easier to deal with.
Participant
          Participant is the base superclass of any kind of Actor that is actively self guiding.
 

Classes in net.jinx.action.input used by net.jinx.action.input.robot
Action
          Actions are generated by Behaviors in response to variables set in Condition objects.
Behavior
          Behavior is what controls a Participant.
Condition
          This is used by Participants to communicate the current situation to their Behaviors.
Participant
          Participant is the base superclass of any kind of Actor that is actively self guiding.
 

Classes in net.jinx.action.input used by net.jinx.gui
InputDevice
          Wrapper for net.java.games.input.Controller to make it simpler and easier to deal with.