mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-05 22:30:29 +00:00
Correct steam triton haptic commands
The listed report IDs are incorrect - there is no skipped ID
(cherry picked from commit 1f7a42a7b9)
This commit is contained in:
parent
581c18f693
commit
273eeebe71
1 changed files with 2 additions and 2 deletions
|
|
@ -228,8 +228,8 @@ typedef enum
|
|||
ID_OUT_REPORT_HAPTIC_PULSE = 0x81,
|
||||
ID_OUT_REPORT_HAPTIC_COMMAND = 0x82,
|
||||
ID_OUT_REPORT_HAPTIC_LFO_TONE = 0x83,
|
||||
ID_OUT_REPORT_HAPTIC_LOG_SWEEP = 0x85,
|
||||
ID_OUT_REPORT_HAPTIC_SCRIPT = 0x86,
|
||||
ID_OUT_REPORT_HAPTIC_LOG_SWEEP = 0x84,
|
||||
ID_OUT_REPORT_HAPTIC_SCRIPT = 0x85,
|
||||
} ValveTritonOutReportMessageIDs;
|
||||
|
||||
typedef struct
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue