IPointer Interface
Identifies specific pointer generated by input device.
Namespace: Avalonia.InputAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[NotClientImplementableAttribute]
public interface IPointer
<NotClientImplementableAttribute>
Public Interface IPointer
[<NotClientImplementableAttribute>]
type IPointer = interface end
Some devices, for instance, touchscreen might generate a pointer on each physical contact.
| Captured |
Gets the control that is currently capturing by the pointer, if any.
|
| Id |
Gets a unique identifier for the input pointer.
|
| IsPrimary |
Gets a value that indicates whether the input is from the primary pointer when multiple pointers are registered.
|
| Type |
Gets the pointer device type.
|