hiddbg/hidsys: Updated structs.

This commit is contained in:
yellows8 2020-11-30 12:30:35 -05:00 committed by fincs
parent 3a11e1d309
commit a45b951db2
No known key found for this signature in database
GPG Key ID: 62C7609ADA219C60
2 changed files with 4 additions and 4 deletions

View File

@ -21,9 +21,9 @@ typedef struct {
typedef struct {
s32 x; ///< X
s32 y; ///< Y
s32 unk0; ///< Unknown
s32 unk1; ///< Unknown
s32 unk2; ///< Unknown
s32 delta_x; ///< DeltaX
s32 delta_y; ///< DeltaY
s32 wheel_delta; ///< WheelDelta
u32 buttons; ///< Bitfield of \ref HidMouseButton.
u32 attributes; ///< Bitfield of \ref HidMouseAttribute.
} HiddbgMouseAutoPilotState;

View File

@ -100,7 +100,7 @@ typedef struct {
typedef struct {
u32 rotation; ///< \ref HidcfgAnalogStickRotation
u8 is_paired_stick_assigned; ///< IsPairedStickAssigned
u8 pad[3]; ///< Padding
u8 reserved[3]; ///< Reserved
} HidcfgAnalogStickAssignment;
/// ButtonConfigEmbedded