Class PointerConstraints
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
PointerConstraints is used when pointer is locked/unlocked
C#Copypublic class PointerConstraints : Disposable
- Inheritance
Constructors
Declaration
C#Copypublic PointerConstraints()
Declaration
C#Copypublic PointerConstraints(int x, int y, bool locked, bool confined)
Parameters
Type | Name | Description |
---|---|---|
Int32 | x | The x coordinate relative to window where event happened. |
Int32 | y | The y coordinate relative to window where event happened. |
Boolean | locked | The status whether pointer is locked/unlocked. |
Boolean | confined | The status whether pointer is confined/unconfined. |
Properties
Declaration
C#Copypublic bool Confined { get; }
Property Value
Type | Description |
---|---|
Boolean |
Declaration
C#Copypublic bool Locked { get; }
Property Value
Type | Description |
---|---|
Boolean |
Declaration
C#Copypublic Position2D Position { get; }
Property Value
Type | Description |
---|---|
Position2D |
Methods
Declaration
C#Copyprotected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type | Name | Description |
---|---|---|
Tizen.System.Runtime.InteropServices.HandleRef | swigCPtr |