Uses of Class
com.greenthrottle.gcs.api.ControllerEvent.AnalogDataType

Uses of ControllerEvent.AnalogDataType in com.greenthrottle.gcs.api
 

Methods in com.greenthrottle.gcs.api that return ControllerEvent.AnalogDataType
static ControllerEvent.AnalogDataType ControllerEvent.AnalogDataType.makeFromInt(int codeValue)
           
static ControllerEvent.AnalogDataType ControllerEvent.AnalogDataType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ControllerEvent.AnalogDataType[] ControllerEvent.AnalogDataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.greenthrottle.gcs.api that return types with arguments of type ControllerEvent.AnalogDataType
 java.util.HashMap<ControllerEvent.AnalogDataType,java.lang.Double> ControllerEvent.analogData()
          Returns analog data associated with this event, such as the x & y axis positions of one of the analog sticks
 

Constructor parameters in com.greenthrottle.gcs.api with type arguments of type ControllerEvent.AnalogDataType
ControllerEvent(java.lang.String controller_id, ControllerEvent.CommonCodes analogCode, java.util.HashMap<ControllerEvent.AnalogDataType,java.lang.Double> analogValues, boolean fillInRelevantMinMaxDefaults)