Coherent UI  2.5.3
A modern user interface library for games
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
Coherent::UI::KeyEventData Struct Reference

A keyboard event. More...

#include <Coherent/UI/InputEvents.h>

Public Attributes

int KeyCode
 The key code.
 
EventType Type
 The type of the event.
 
EventModifiersState Modifiers
 The current key modifiers.
 
bool IsAutoRepeat
 Is it an auto-repeat event (the user is holding the key down). This value isn't crucial and you can set it to false if you don't have the information, however you might experience incorrect repeat behavior in such case.
 
bool IsNumPad
 Is it a key from the num-pad.
 

Detailed Description

A keyboard event.