From 27474060e1287a67c45cd790d29b9095b35b2bdf Mon Sep 17 00:00:00 2001 From: ShizZy Date: Thu, 29 Aug 2013 23:35:09 -0400 Subject: adding initial project layout --- externals/glfw-3.0.2/docs/html/group__mods.html | 160 ++++++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 externals/glfw-3.0.2/docs/html/group__mods.html (limited to 'externals/glfw-3.0.2/docs/html/group__mods.html') diff --git a/externals/glfw-3.0.2/docs/html/group__mods.html b/externals/glfw-3.0.2/docs/html/group__mods.html new file mode 100644 index 000000000..80d32b419 --- /dev/null +++ b/externals/glfw-3.0.2/docs/html/group__mods.html @@ -0,0 +1,160 @@ + + + + + + +GLFW: Modifier key flags + + + + + + + + + +
+
+ + + + + + +
+
GLFW +  3.0.2 +
+
A multi-platform library for OpenGL, window and input
+
+
+ + + + +
+ +
+ All Data Structures Files Functions Variables Typedefs Macros Groups Pages
+ + +
+ +
+ +
+ +
+
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

+

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