Uses of Class
org.xjge.core.Control

Packages that use Control
Package Description
org.xjge.core
Contains various classes, objects, and utilities many of which are essential to the function of the engine.
  • Uses of Control in org.xjge.core

    Fields in org.xjge.core with type parameters of type Control
    Modifier and Type Field Description
    java.util.HashMap<Control,​Command> Puppet.commands
    A collection of command objects the puppet will use.
    Methods in org.xjge.core that return Control
    Modifier and Type Method Description
    static Control Control.valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static Control[] Control.values()
    Returns an array containing the constants of this enum type, in the order they are declared.
    Methods in org.xjge.core that return types with arguments of type Control
    Modifier and Type Method Description
    static java.util.Map<Control,​java.lang.Integer> Input.getDeviceControls​(int deviceID)
    Obtains the current control configuration of an input device.
    Methods in org.xjge.core with parameters of type Control
    Modifier and Type Method Description
    static void Input.setVirtualGamepadInput​(int deviceID, Control control, float inputValue)
    Changes the input value of a virtual gamepads control component.
    Method parameters in org.xjge.core with type arguments of type Control
    Modifier and Type Method Description
    static void Input.setDeviceControls​(int deviceID, java.util.Map<Control,​java.lang.Integer> config)
    Sets the current control configuration of an input device.