#include <keys.h>
Data Fields | |
signed short | x |
Touchpad horizontal position in pixels. | |
signed short | y |
Touchpad vertical position in pixels. | |
u8 | doubleClickDelay |
Maximum delay so that a dual touchpad press can be detected as a double click. | |
u16 | held:1 |
Touchpad stylus is currently down. | |
u16 | click:1 |
Reported once when the stylus touches the screen. | |
u16 | released:1 |
Reported once when the stylus is released. | |
u16 | doubleClick:1 |
Reported once when a double click even occurs. | |
signed short | deltaX |
Horizontal delta (movement). | |
signed short | deltaY |
Vertical delta (movement). |
Touchpad stylus is currently down.
Unnamed Bitfield for touchpad