Class BluetoothHidMouseData

    Definition

    Namespace:
    Tizen.Network.Bluetooth
    Assembly:
    Tizen.Network.Bluetooth.dll

    This class contains the HID mouse event information.

    public class BluetoothHidMouseData
    Inheritance
    object
    BluetoothHidMouseData

    Properties

    View Source

    AxisX

    The location's x value, -128 ~127

    Declaration
    public int AxisX { get; set; }
    Property Value
    Type Description
    int
    View Source

    AxisY

    The location's y value, -128 ~127

    Declaration
    public int AxisY { get; set; }
    Property Value
    Type Description
    int
    View Source

    Buttons

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

    Declaration
    public int Buttons { get; set; }
    Property Value
    Type Description
    int
    View Source

    Padding

    The padding value, -128 ~127

    Declaration
    public int Padding { get; set; }
    Property Value
    Type Description
    int

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX