Class MouseInOut
Definition
- Assembly:
- Tizen.NUI.dll
MouseInOut is used when the mouse enters or exits a window.
public class MouseInOut : Disposable
- Inheritance
Constructors
View SourceMouseInOut()
The default constructor.
Declaration
public MouseInOut()
MouseInOut(StateType, uint, Vector2, uint)
The constructor.
Declaration
public MouseInOut(MouseInOut.StateType state, uint modifiers, Vector2 point, uint timeStamp)
Parameters
| Type | Name | Description |
|---|---|---|
| MouseInOut.StateType | state | The state of the event. |
| uint | modifiers | Modifier keys pressed during the event (such as Shift, Alt, and Ctrl). |
| Vector2 | point | The coordinates of the cursor relative to the top-left of the screen. |
| uint | timeStamp | The time the event is being started. |
Properties
View SourceDeviceClass
Get the device class the mouse event originated from.
Declaration
public DeviceClassType DeviceClass { get; }
Property Value
| Type | Description |
|---|---|
| DeviceClassType |
DeviceSubClass
Get the device subclass the mouse event originated from.
Declaration
public DeviceSubClassType DeviceSubClass { get; }
Property Value
| Type | Description |
|---|---|
| DeviceSubClassType |
Modifiers
Modifier keys pressed during the event (such as Shift, Alt, and Ctrl).
Declaration
public uint Modifiers { get; }
Property Value
| Type | Description |
|---|---|
| uint |
Point
The coordinates of the cursor relative to the top-left of the screen.
Declaration
public Vector2 Point { get; }
Property Value
| Type | Description |
|---|---|
| Vector2 |
State
The state of the mouse event.
Declaration
public MouseInOut.StateType State { get; }
Property Value
| Type | Description |
|---|---|
| MouseInOut.StateType |
TimeStamp
The time the mouse evnet is being started
Declaration
public uint TimeStamp { get; }
Property Value
| Type | Description |
|---|---|
| uint |
Methods
View SourceReleaseSwigCPtr(HandleRef)
Declaration
protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Runtime.InteropServices.HandleRef | swigCPtr |