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