public static enum SteamController.InputType extends Enum<SteamController.InputType>
| Enum Constant and Description |
|---|
GenericXInput |
PS4Controller |
SteamController |
Unknown |
XBox360Controller |
XBoxOneController |
| Modifier and Type | Method and Description |
|---|---|
static SteamController.InputType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteamController.InputType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SteamController.InputType Unknown
public static final SteamController.InputType SteamController
public static final SteamController.InputType XBox360Controller
public static final SteamController.InputType XBoxOneController
public static final SteamController.InputType GenericXInput
public static final SteamController.InputType PS4Controller
public static SteamController.InputType[] values()
for (SteamController.InputType c : SteamController.InputType.values()) System.out.println(c);
public static SteamController.InputType 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.