Class PointerConstraints

    Definition

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

    PointerConstraints is used when pointer is locked/unlocked

    public class PointerConstraints : Disposable
    Inheritance
    object
    Disposable
    PointerConstraints

    Constructors

    View Source

    PointerConstraints()

    The default constructor.

    Declaration
    public PointerConstraints()
    View Source

    PointerConstraints(int, int, bool, bool)

    The constructor.

    Declaration
    public PointerConstraints(int x, int y, bool locked, bool confined)
    Parameters
    Type Name Description
    int x

    The x coordinate relative to window where event happened.

    int y

    The y coordinate relative to window where event happened.

    bool locked

    The status whether pointer is locked/unlocked.

    bool confined

    The status whether pointer is confined/unconfined.

    Properties

    View Source

    Confined

    Gets the status whether pointer is confined/unconfined.

    Declaration
    public bool Confined { get; }
    Property Value
    Type Description
    bool
    View Source

    Locked

    Gets the status whether pointer is locked/unlocked.

    Declaration
    public bool Locked { get; }
    Property Value
    Type Description
    bool
    View Source

    Position

    Gets the x, y position,

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

    Methods

    View Source

    ReleaseSwigCPtr(HandleRef)

    Declaration
    protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
    Parameters
    Type Name Description
    System.Runtime.InteropServices.HandleRef swigCPtr
    Overrides
    Disposable.ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef)

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    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