mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
faaceb5b5b
Those values are not valid Key or Scancode values, so it doesn't make sense for them to have Key or Scancode type. Moving them out of their enum makes it possible to write exhaustive switch case statement without having to write a case for those values. Making them unsigned int allows to use them as array size without having to do a static_cast. |
||
---|---|---|
.. | ||
SFML |