Added the sf::Event::KeyEvent::System member (implements feature #8)
This commit is contained in:
parent
eac841ec71
commit
ede01df778
13 changed files with 17 additions and 1 deletions
|
@ -203,6 +203,7 @@ struct sfKeyEvent
|
|||
sfBool Alt;
|
||||
sfBool Control;
|
||||
sfBool Shift;
|
||||
sfBool System;
|
||||
};
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue