TizenRT Public API
v2.0 M2
|
The structure type containing the HID mouse event information. . More...
#include <bluetooth_type.h>
Data Fields | |
int | buttons |
int | axis_x |
int | axis_y |
int | padding |
The structure type containing the HID mouse event information. .
Definition at line 1937 of file bluetooth_type.h.
int axis_x |
The location's x value, -128 ~127
Definition at line 1939 of file bluetooth_type.h.
int axis_y |
The location's y value, -128 ~127
Definition at line 1940 of file bluetooth_type.h.
int buttons |
The button values, we can combine key's values when we pressed multiple mouse buttons
Definition at line 1938 of file bluetooth_type.h.
int padding |
The padding value, -128 ~127
Definition at line 1941 of file bluetooth_type.h.