mirror of
https://github.com/switchbrew/libnx.git
synced 2025-08-07 08:39:24 +02:00
hid: Updated docs.
This commit is contained in:
parent
d4b3b1e90f
commit
73768fffa7
@ -568,9 +568,9 @@ typedef enum {
|
|||||||
|
|
||||||
/// VibrationGcErmCommand
|
/// VibrationGcErmCommand
|
||||||
typedef enum {
|
typedef enum {
|
||||||
HidVibrationGcErmCommand_Stop = 0, ///< Stop
|
HidVibrationGcErmCommand_Stop = 0, ///< Stops the vibration with a decay phase.
|
||||||
HidVibrationGcErmCommand_Start = 1, ///< Start
|
HidVibrationGcErmCommand_Start = 1, ///< Starts the vibration.
|
||||||
HidVibrationGcErmCommand_StopHard = 2, ///< StopHard
|
HidVibrationGcErmCommand_StopHard = 2, ///< Stops the vibration immediately, with no decay phase.
|
||||||
} HidVibrationGcErmCommand;
|
} HidVibrationGcErmCommand;
|
||||||
|
|
||||||
/// touchPosition
|
/// touchPosition
|
||||||
|
Loading…
Reference in New Issue
Block a user