Struct UibcMouseInfo

    Definition

    Namespace:
    Tizen.Multimedia.Remoting
    Assembly:
    Tizen.Multimedia.Remoting.dll

    Specifies the UIBC(User Input Back Channel) mount event.

    public struct UibcMouseInfo

    Constructors

    View Source

    UibcMouseInfo(ushort, ushort, ushort)

    Initializes a new instance of the UibcMouseInfo class.

    Declaration
    public UibcMouseInfo(ushort id, ushort x, ushort y)
    Parameters
    Type Name Description
    ushort id
    ushort x
    ushort y

    Properties

    View Source

    Id

    Gets the ID for pointer.

    Declaration
    public ushort Id { readonly get; set; }
    Property Value
    Type Description
    ushort

    The UIBC input type

    View Source

    X

    Gets the X coordinates of mouse.

    Declaration
    public ushort X { readonly get; set; }
    Property Value
    Type Description
    ushort

    The X coordinates

    View Source

    Y

    Gets the Y coordinates of mouse.

    Declaration
    public ushort Y { readonly get; set; }
    Property Value
    Type Description
    ushort

    The Y coordinates

    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