Public Attributes | List of all members
ime::Event::KeyEvent Struct Reference

Keyboard event parameters (KeyPressed, KeyReleased) More...

#include <Event.h>

Public Attributes

input::Keyboard::Key code
 Code of the key that has been pressed. More...
 
bool alt
 Is the Alt key pressed? More...
 
bool control
 Is the Control key pressed? More...
 
bool shift
 Is the Shift key pressed? More...
 
bool system
 Is the System key pressed? More...
 

Detailed Description

Keyboard event parameters (KeyPressed, KeyReleased)

Definition at line 51 of file Event.h.

Member Data Documentation

◆ alt

bool ime::Event::KeyEvent::alt

Is the Alt key pressed?

Definition at line 53 of file Event.h.

◆ code

input::Keyboard::Key ime::Event::KeyEvent::code

Code of the key that has been pressed.

Definition at line 52 of file Event.h.

◆ control

bool ime::Event::KeyEvent::control

Is the Control key pressed?

Definition at line 54 of file Event.h.

◆ shift

bool ime::Event::KeyEvent::shift

Is the Shift key pressed?

Definition at line 55 of file Event.h.

◆ system

bool ime::Event::KeyEvent::system

Is the System key pressed?

Definition at line 56 of file Event.h.


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