Renamed control modifier bit to match key token.

This commit is contained in:
Camilla Berglund
2013-05-23 14:11:05 +02:00
parent 47b06e1fdc
commit 3bcffba24a
4 changed files with 6 additions and 6 deletions

View File

@@ -415,7 +415,7 @@ extern "C" {
#define GLFW_MOD_SHIFT 0x0001
/*! @ingroup input
*/
#define GLFW_MOD_CTRL 0x0002
#define GLFW_MOD_CONTROL 0x0002
/*! @ingroup input
*/
#define GLFW_MOD_ALT 0x0004