Summary
Initializes a new instance of the
RawPointerEventArgs
class.
- Namespace
- Avalonia
.Input .Raw - Containing Type
- RawPointerEventArgs
Syntax
public RawPointerEventArgs(IInputDevice device, ulong timestamp, IInputRoot root, RawPointerEventType type, Point position, RawInputModifiers inputModifiers)
Parameters
Name | Type | Description |
---|---|---|
device | IInputDevice | The associated device. |
timestamp | ulong | The event timestamp. |
root | IInputRoot | The root from which the event originates. |
type | RawPointerEventType | The type of the event. |
position | Point | The mouse position, in client DIPs. |
inputModifiers | RawInputModifiers | The input modifiers. |
Return Value
Type | Description |
---|---|
void |