libnx
v4.7.0
|
#include <hid.h>
Data Fields | |
u64 | sampling_number |
SamplingNumber. | |
u64 | context_number |
ContextNumber. | |
u32 | type |
HidGestureType | |
u32 | direction |
HidGestureDirection | |
u32 | x |
X. | |
u32 | y |
Y. | |
s32 | delta_x |
DeltaX. | |
s32 | delta_y |
DeltaY. | |
float | velocity_x |
VelocityX. | |
float | velocity_y |
VelocityY. | |
u32 | attributes |
Bitfield of HidGestureAttribute. | |
float | scale |
Scale. | |
float | rotation_angle |
RotationAngle. | |
s32 | point_count |
Number of entries in the points array. | |
HidGesturePoint | points [4] |
Array of HidGesturePoint with the above count. | |