Added a sf::Key::Unknown key code for unsupported keys

This commit is contained in:
Laurent Gomila 2012-07-09 23:26:37 +02:00
parent c3fb58b33f
commit 7faf5857ec
4 changed files with 5 additions and 4 deletions

View file

@ -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