From 3b734f0d6b9e28c1f2c4ae54e3f46e573e02f4a5 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Fri, 9 Mar 2018 21:36:10 +0100 Subject: Initial Commit --- glfw-3.2.1/docs/html/group__mods.html | 159 ++++++++++++++++++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 glfw-3.2.1/docs/html/group__mods.html (limited to 'glfw-3.2.1/docs/html/group__mods.html') diff --git a/glfw-3.2.1/docs/html/group__mods.html b/glfw-3.2.1/docs/html/group__mods.html new file mode 100644 index 0000000..4bb150d --- /dev/null +++ b/glfw-3.2.1/docs/html/group__mods.html @@ -0,0 +1,159 @@ + + + + + + +GLFW: Modifier key flags + + + + + + + + + + + +
+ + + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
Modifier key flags
+
+
+ + + + + + + + + + + + + + +

+Macros

#define GLFW_MOD_SHIFT   0x0001
 If this bit is set one or more Shift keys were held down. More...
 
#define GLFW_MOD_CONTROL   0x0002
 If this bit is set one or more Control keys were held down. More...
 
#define GLFW_MOD_ALT   0x0004
 If this bit is set one or more Alt keys were held down. More...
 
#define GLFW_MOD_SUPER   0x0008
 If this bit is set one or more Super keys were held down. More...
 
+

Detailed Description

+

See key input for how these are used.

+

Macro Definition Documentation

+ +
+
+ + + + +
#define GLFW_MOD_ALT   0x0004
+
+ +
+
+ +
+
+ + + + +
#define GLFW_MOD_CONTROL   0x0002
+
+ +
+
+ +
+
+ + + + +
#define GLFW_MOD_SHIFT   0x0001
+
+ +
+
+ +
+
+ + + + +
#define GLFW_MOD_SUPER   0x0008
+
+ +
+
+
+ + + -- cgit v1.2.3