Added a sf::Key::Unknown key code for unsupported keys
This commit is contained in:
parent
c3fb58b33f
commit
7faf5857ec
4 changed files with 5 additions and 4 deletions
|
@ -47,7 +47,8 @@ public :
|
|||
////////////////////////////////////////////////////////////
|
||||
enum Key
|
||||
{
|
||||
A, ///< The A key
|
||||
Unknown = -1, ///< Unhandled key
|
||||
A = 0, ///< The A key
|
||||
B, ///< The B key
|
||||
C, ///< The C key
|
||||
D, ///< The D key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue