VkGLFW3  0.3.0
Vulkan-focused C# 7 object-oriented window/input system based on GLFW3
Public Attributes | List of all members
VkGLFW3.KeyEventArgs Struct Reference

This is the event args for the keyboard key event. More...

Collaboration diagram for VkGLFW3.KeyEventArgs:
Collaboration graph
[legend]

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< KeyModifierModifiers
 Bit field describing which modifier keys. Use KeyModifiers for extracting the bits. More...
 

Detailed Description

This is the event args for the keyboard key event.

Definition at line 27 of file Structs.cs.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: