|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ControllerEvent.CommonCodes in com.greenthrottle.gcs.api |
|---|
| Methods in com.greenthrottle.gcs.api that return ControllerEvent.CommonCodes | |
|---|---|
ControllerEvent.CommonCodes |
ControllerEvent.cCode()
Returns the CommonCode corresponding with the controller button, stick, or trigger that generated this event |
static ControllerEvent.CommonCodes |
ControllerEvent.CommonCodes.makeFromInt(int codeValue)
Used internally as part of IPC to regenerate event object |
static ControllerEvent.CommonCodes[] |
ControllerEvent.CommonCodes.makeFromIntAllAlternatives(int codeValue)
Used internally as part of IPC to regenerate event object |
static ControllerEvent.CommonCodes |
ControllerEvent.CommonCodes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ControllerEvent.CommonCodes[] |
ControllerEvent.CommonCodes.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.greenthrottle.gcs.api with parameters of type ControllerEvent.CommonCodes | |
|---|---|
void |
ControllerEvent.changeCommonCode(ControllerEvent.CommonCodes v)
Used internally |
| Constructors in com.greenthrottle.gcs.api with parameters of type ControllerEvent.CommonCodes | |
|---|---|
ControllerEvent(java.lang.String controller_id,
ControllerEvent.Action action,
ControllerEvent.CommonCodes commonCode)
|
|
ControllerEvent(java.lang.String controller_id,
ControllerEvent.CommonCodes analogCode,
java.util.HashMap<ControllerEvent.AnalogDataType,java.lang.Double> analogValues,
boolean fillInRelevantMinMaxDefaults)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||