Added super modifier bit.

Edited during merge.
This commit is contained in:
Noel Cower
2013-05-23 13:22:27 +02:00
committed by Camilla Berglund
parent 3bcffba24a
commit eff85f9500
5 changed files with 13 additions and 0 deletions

View File

@@ -419,6 +419,9 @@ extern "C" {
/*! @ingroup input
*/
#define GLFW_MOD_ALT 0x0004
/*! @ingroup input
*/
#define GLFW_MOD_SUPER 0x0008
/*! @} */