Package | Description |
---|---|
org.cell2d.control |
Constructor and Description |
---|
ControllerButtonControl(int controllerNum,
int buttonNum)
Constructs a ControllerButtonControl that represents the button with the
specified number on the controller with the specified number.
|
ControllerControl(int controllerNum)
Constructs a ControllerControl that represents an input on the controller
with the specified number.
|
ControllerDirectionControl(int controllerNum,
Direction direction)
Constructs a ControllerDirectionControl that represents the specified
Direction on the primary axes of the controller with the specified
number.
|
KeyControl(int keyCode)
Constructs a KeyControl that represents the key with the specified key
code.
|
MouseButtonControl(int buttonCode)
Constructs a MouseButtonControl that represents the mouse button with the
specified button code.
|