TizenRT Public API  v2.0 M2
bt_hid_mouse_data_s Struct Reference

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
 

Detailed Description

The structure type containing the HID mouse event information. .

See also
bt_hid_device_send_mouse_event()

Definition at line 1937 of file bluetooth_type.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: