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

@ -203,6 +203,7 @@ struct sfKeyEvent
sfBool Alt;
sfBool Control;
sfBool Shift;
sfBool System;
};
////////////////////////////////////////////////////////////