Class BluetoothHidMouseData

Definition

Namespace:
Tizen.Network.Bluetooth
Assembly:
Tizen.Network.Bluetooth.dll
API Level:
6

This class contains the HID mouse event information.

C#
Copy
public class BluetoothHidMouseData : object
Inheritance
BluetoothHidMouseData

Properties

View Source

AxisX

The location's x value, -128 ~127

Declaration
C#
Copy
public int AxisX { get; set; }
Property Value
Type Description
Int32
API Level: 6
View Source

AxisY

The location's y value, -128 ~127

Declaration
C#
Copy
public int AxisY { get; set; }
Property Value
Type Description
Int32
API Level: 6
View Source

Buttons

The button values, we can combine key's values when we pressed multiple mouse buttons

Declaration
C#
Copy
public int Buttons { get; set; }
Property Value
Type Description
Int32
API Level: 6
View Source

Padding

The padding value, -128 ~127

Declaration
C#
Copy
public int Padding { get; set; }
Property Value
Type Description
Int32
API Level: 6

Extension Methods