Struct KeyEvent
- Namespace
- NeoVeldrid
- Assembly
- NeoVeldrid.dll
public struct KeyEvent
- Inherited Members
Constructors
KeyEvent(Key, bool, ModifierKeys)
public KeyEvent(Key key, bool down, ModifierKeys modifiers)
Parameters
keyKeydownboolmodifiersModifierKeys
KeyEvent(Key, bool, ModifierKeys, bool)
public KeyEvent(Key key, bool down, ModifierKeys modifiers, bool repeat)
Parameters
keyKeydownboolmodifiersModifierKeysrepeatbool
Properties
Down
public readonly bool Down { get; }
Property Value
Key
public readonly Key Key { get; }
Property Value
Modifiers
public readonly ModifierKeys Modifiers { get; }
Property Value
Repeat
public readonly bool Repeat { get; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.