mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
hid: Docs updated.
This commit is contained in:
parent
9f13045546
commit
5aaf6905dd
@ -316,7 +316,7 @@ typedef enum {
|
|||||||
CONTROLLER_PLAYER_8 = 7,
|
CONTROLLER_PLAYER_8 = 7,
|
||||||
CONTROLLER_HANDHELD = 8,
|
CONTROLLER_HANDHELD = 8,
|
||||||
CONTROLLER_UNKNOWN = 9,
|
CONTROLLER_UNKNOWN = 9,
|
||||||
CONTROLLER_P1_AUTO = 10, ///< Not an actual HID-sysmodule ID. Only for hidKeys*()/hidJoystickRead()/hidSixAxisSensorValuesRead()/hidGetControllerColors()/hidIsControllerConnected(). Automatically uses CONTROLLER_PLAYER_1 when connected, otherwise uses CONTROLLER_HANDHELD.
|
CONTROLLER_P1_AUTO = 10, ///< Not an actual HID-sysmodule ID. Only for hidKeys*()/hidJoystickRead()/hidSixAxisSensorValuesRead()/hidIsControllerConnected(). Automatically uses CONTROLLER_PLAYER_1 when connected, otherwise uses CONTROLLER_HANDHELD.
|
||||||
} HidControllerID;
|
} HidControllerID;
|
||||||
|
|
||||||
/// GyroscopeZeroDriftMode
|
/// GyroscopeZeroDriftMode
|
||||||
|
Loading…
Reference in New Issue
Block a user