Added the sf::Event::KeyEvent::System member (implements feature #8)

This commit is contained in:
Laurent Gomila 2011-04-26 21:58:03 +02:00
parent eac841ec71
commit ede01df778
13 changed files with 17 additions and 1 deletions

View file

@ -215,6 +215,7 @@ public :
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?
};
////////////////////////////////////////////////////////////