| 
    Tizen Native API
    10.0
    
   
   | 
  
  
  
 
bt_hid_mouse_data_s Struct Reference
  Public Attributes | |
| int | buttons | 
| int | axis_x | 
| int | axis_y | 
| int | padding | 
Detailed Description
The structure type containing the HID mouse event information.
- Since :
 - 3.0
 
- See also:
 - bt_hid_device_send_mouse_event()
 
Member Data Documentation
The location's x value, -128 ~127
The location's y value, -128 ~127
The button values, we can combine key's values when we pressed multiple mouse buttons
The padding value, -128 ~127