public enum EOS_EAntiCheatCommonClientInput extends java.lang.Enum<EOS_EAntiCheatCommonClientInput> implements com.sun.jna.NativeMapped
| Enum Constant and Description |
|---|
EOS_ACCCI_Gamepad
The client is using a gamepad or game controller
|
EOS_ACCCI_MouseKeyboard
The client is using mouse and keyboard
|
EOS_ACCCI_TouchInput
The client is using a touch input device (e.g. phone/tablet screen)
|
EOS_ACCCI_Unknown
Unknown input device
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
fromNative(java.lang.Object nativeValue,
com.sun.jna.FromNativeContext context) |
java.lang.Class<?> |
nativeType() |
java.lang.Object |
toNative() |
static EOS_EAntiCheatCommonClientInput |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EOS_EAntiCheatCommonClientInput[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EOS_EAntiCheatCommonClientInput EOS_ACCCI_Unknown
public static final EOS_EAntiCheatCommonClientInput EOS_ACCCI_MouseKeyboard
public static final EOS_EAntiCheatCommonClientInput EOS_ACCCI_Gamepad
public static final EOS_EAntiCheatCommonClientInput EOS_ACCCI_TouchInput
public static EOS_EAntiCheatCommonClientInput[] values()
for (EOS_EAntiCheatCommonClientInput c : EOS_EAntiCheatCommonClientInput.values()) System.out.println(c);
public static EOS_EAntiCheatCommonClientInput valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.Object fromNative(java.lang.Object nativeValue,
com.sun.jna.FromNativeContext context)
fromNative in interface com.sun.jna.NativeMappedpublic java.lang.Object toNative()
toNative in interface com.sun.jna.NativeMappedpublic java.lang.Class<?> nativeType()
nativeType in interface com.sun.jna.NativeMapped