TGUI  0.10-beta
tgui::Event::KeyEvent Struct Reference

KeyPressed event parameters. More...

#include <TGUI/Event.hpp>

Public Attributes

KeyboardKey code
 Code of the key that has been pressed.
 
bool alt
 Is the Alt key pressed?
 
bool control
 Is the Control key pressed?
 
bool shift
 Is the Shift key pressed?
 
bool system
 Is the System key pressed?
 

Detailed Description

KeyPressed event parameters.


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