Class Pointer
Represents a pointer device.
Inheritance
System.Object
Pointer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Input
Assembly: OpenSilver.dll
Syntax
public sealed class Pointer
Properties
| Improve this Doc View SourceIsInContact
Gets a value that determines whether the pointer device was in contact with a sensor or digitizer at the time that the event was reported.
Declaration
public bool IsInContact { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInRange
Gets a value that determines whether the pointer device was in detection range of a sensor or digitizer at the time that the event was reported.
Declaration
public bool IsInRange { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
PointerDeviceType
Gets the PointerDeviceType for the pointer device.
Declaration
public PointerDeviceType PointerDeviceType { get; }
Property Value
Type | Description |
---|---|
PointerDeviceType |
PointerId
Gets the system-generated identifier for this pointer reference.
Declaration
public uint PointerId { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |