public final class XInputNatives14 extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
getBatteryInformation(int playerNum,
int deviceType,
ByteBuffer data) |
static int |
getCapabilities(int playerNum,
int flags,
ByteBuffer data) |
static int |
getKeystroke(int playerNum,
ByteBuffer data) |
static Throwable |
getLoadError()
Retrieves the exception thrown when attempting to load the native library.
|
static boolean |
isLoaded()
Determines whether the native libraries were loaded successfully.
|
static void |
setEnabled(boolean enabled) |
public static boolean isLoaded()
true if the native libraries were loaded, false otherwisepublic static Throwable getLoadError()
public static void setEnabled(boolean enabled)
public static int getCapabilities(int playerNum,
int flags,
ByteBuffer data)
public static int getBatteryInformation(int playerNum,
int deviceType,
ByteBuffer data)
public static int getKeystroke(int playerNum,
ByteBuffer data)
Copyright © 2018. All rights reserved.