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 SourceUibcMouseInfo(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 SourceId
Gets the ID for pointer.
Declaration
public ushort Id { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| ushort | The UIBC input type |
X
Gets the X coordinates of mouse.
Declaration
public ushort X { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| ushort | The X coordinates |
Y
Gets the Y coordinates of mouse.
Declaration
public ushort Y { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| ushort | The Y coordinates |