- Namespace
- Avalonia
.Input .Raw - Base Types
-
- object
- EventArgs
- RawInputEventArgs
graph BT
Type-->Base0["RawInputEventArgs"]
click Base0 "/api/Avalonia.Input.Raw/RawInputEventArgs"
Base0-->Base1["EventArgs"]
Base1-->Base2["object"]
Type["RawKeyEventArgs"]
class Type type-node
Syntax
public class RawKeyEventArgs : RawInputEventArgs
Constructors
Properties
Name | Value | Summary |
---|---|---|
Device | IInputDevice |
Gets the associated device.
Inherited from RawInputEventArgs
|
Handled | bool |
Gets or sets a value indicating whether the event was handled.
Inherited from RawInputEventArgs
|
Key | Key | |
Modifiers | RawInputModifiers | |
Root | IInputRoot |
Gets the root from which the event originates.
Inherited from RawInputEventArgs
|
Timestamp | ulong |
Gets the timestamp associated with the event.
Inherited from RawInputEventArgs
|
Type | RawKeyEventType |