Renamed Keyboard::Back to Keyboard::BackSpace

This commit is contained in:
Laurent Gomila 2012-06-19 18:21:16 +02:00
parent d7b4e26dc6
commit dd51b3d8ff
6 changed files with 6 additions and 6 deletions

View file

@ -106,7 +106,7 @@ public :
Dash, ///< The - key
Space, ///< The Space key
Return, ///< The Return key
Back, ///< The Backspace key
BackSpace, ///< The Backspace key
Tab, ///< The Tabulation key
PageUp, ///< The Page up key
PageDown, ///< The Page down key