Class PointerPoint
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
Id
The pointer ID, from the device
public int Id
Field Value
IsDown
Is the pointer currently down
public bool IsDown
Field Value
Pointer
The device to which this pointer belongs
public IPointerDevice Pointer
Field Value
Position
Last position of the pointer
public Vector2 Position
Field Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.