sf::Event::KeyEvent Struct Reference

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

#include <Event.hpp>

List of all members.

Public Attributes

Key::Code 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?

Detailed Description

Keyboard event parameters (KeyPressed, KeyReleased).

Definition at line 209 of file Event.hpp.


Member Data Documentation

Is the Alt key pressed?

Definition at line 212 of file Event.hpp.

Code of the key that has been pressed.

Definition at line 211 of file Event.hpp.

Is the Control key pressed?

Definition at line 213 of file Event.hpp.

Is the Shift key pressed?

Definition at line 214 of file Event.hpp.


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