From 04d53629db766afc470380db98a66cc0a1502869 Mon Sep 17 00:00:00 2001 From: Yuri Kunde Schlesner Date: Sat, 23 Aug 2014 11:48:58 -0300 Subject: Remove documentation for external modules. We don't need these and they clutter up the repository. --- externals/glfw-3.0.2/docs/html/group__mods.html | 160 ------------------------ 1 file changed, 160 deletions(-) delete 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 deleted file mode 100644 index 80d32b419..000000000 --- a/externals/glfw-3.0.2/docs/html/group__mods.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - -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