mirror of
https://github.com/switchbrew/libnx.git
synced 2025-08-06 08:19:22 +02:00
hiddbg/hidsys: Updated structs.
This commit is contained in:
parent
3a11e1d309
commit
a45b951db2
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user