public static enum SteamController.Source extends Enum<SteamController.Source>
| Enum Constant and Description |
|---|
ABXY |
CenterTrackpad |
DPad |
Gyro |
Joystick |
Key |
LeftTrackpad |
LeftTrigger |
Mouse |
None |
RightJoystick |
RightTrackpad |
RightTrigger |
Switch |
| Modifier and Type | Method and Description |
|---|---|
static SteamController.Source |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteamController.Source[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SteamController.Source None
public static final SteamController.Source LeftTrackpad
public static final SteamController.Source RightTrackpad
public static final SteamController.Source Joystick
public static final SteamController.Source ABXY
public static final SteamController.Source Switch
public static final SteamController.Source LeftTrigger
public static final SteamController.Source RightTrigger
public static final SteamController.Source Gyro
public static final SteamController.Source CenterTrackpad
public static final SteamController.Source RightJoystick
public static final SteamController.Source DPad
public static final SteamController.Source Key
public static final SteamController.Source Mouse
public static SteamController.Source[] values()
for (SteamController.Source c : SteamController.Source.values()) System.out.println(c);
public static SteamController.Source valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018. All rights reserved.