Table of Contents

Class PointerPoint

Namespace
Stride.Input
Assembly
Stride.Input.dll

Represents a unique pointer that is or was on the screen and information about it

public class PointerPoint
Inheritance
PointerPoint
Derived

Fields

Delta

Pointer delta

public Vector2 Delta

Field Value

Vector2

Id

The pointer ID, from the device

public int Id

Field Value

int

IsDown

Is the pointer currently down

public bool IsDown

Field Value

bool

Pointer

The device to which this pointer belongs

public IPointerDevice Pointer

Field Value

IPointerDevice

Position

Last position of the pointer

public Vector2 Position

Field Value

Vector2

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.