Class PointerConstraints

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

PointerConstraints is used when pointer is locked/unlocked

C#
Copy
public class PointerConstraints : Disposable
Inheritance
PointerConstraints

Constructors

View Source

PointerConstraints()

The default constructor.

Declaration
C#
Copy
public PointerConstraints()
View Source

PointerConstraints(Int32, Int32, Boolean, Boolean)

The constructor.

Declaration
C#
Copy
public 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

View Source

Confined

Gets the status whether pointer is confined/unconfined.

Declaration
C#
Copy
public bool Confined { get; }
Property Value
Type Description
Boolean
View Source

Locked

Gets the status whether pointer is locked/unlocked.

Declaration
C#
Copy
public bool Locked { get; }
Property Value
Type Description
Boolean
View Source

Position

Gets the x, y position,

Declaration
C#
Copy
public Position2D Position { get; }
Property Value
Type Description
Position2D

Methods

View Source

ReleaseSwigCPtr(Runtime.InteropServices.HandleRef)

Declaration
C#
Copy
protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type Name Description
Tizen.System.Runtime.InteropServices.HandleRef swigCPtr
Overrides

Extension Methods