mirror of
https://github.com/glfw/glfw.git
synced 2026-02-17 21:12:34 +01:00
Added super modifier bit.
Edited during merge.
This commit is contained in:
committed by
Camilla Berglund
parent
3bcffba24a
commit
eff85f9500
@@ -419,6 +419,9 @@ extern "C" {
|
||||
/*! @ingroup input
|
||||
*/
|
||||
#define GLFW_MOD_ALT 0x0004
|
||||
/*! @ingroup input
|
||||
*/
|
||||
#define GLFW_MOD_SUPER 0x0008
|
||||
|
||||
/*! @} */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user