|
VkGLFW3
0.3.0
Vulkan-focused C# 7 object-oriented window/input system based on GLFW3
|
This is the event args for the keyboard key event. More...

Public Attributes | |
| Window | Source |
| The window that received the event. More... | |
| Key | Key |
| The keyboard key More... | |
| int | Scancode |
| The system-specific scancode of the key More... | |
| KeyAction | Action |
Pressed, Released or Repeated. More... | |
| List< KeyModifier > | Modifiers |
| Bit field describing which modifier keys. Use KeyModifiers for extracting the bits. More... | |
This is the event args for the keyboard key event.
Definition at line 27 of file Structs.cs.
| KeyAction VkGLFW3.KeyEventArgs.Action |
Pressed, Released or Repeated.
Definition at line 47 of file Structs.cs.
| Key VkGLFW3.KeyEventArgs.Key |
The keyboard key
Definition at line 37 of file Structs.cs.
| List<KeyModifier> VkGLFW3.KeyEventArgs.Modifiers |
Bit field describing which modifier keys. Use KeyModifiers for extracting the bits.
Definition at line 52 of file Structs.cs.
| int VkGLFW3.KeyEventArgs.Scancode |
The system-specific scancode of the key
Definition at line 42 of file Structs.cs.
| Window VkGLFW3.KeyEventArgs.Source |
The window that received the event.
Definition at line 32 of file Structs.cs.
1.8.11