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__buttons.html | 268 --------------------- 1 file changed, 268 deletions(-) delete mode 100644 externals/glfw-3.0.2/docs/html/group__buttons.html (limited to 'externals/glfw-3.0.2/docs/html/group__buttons.html') diff --git a/externals/glfw-3.0.2/docs/html/group__buttons.html b/externals/glfw-3.0.2/docs/html/group__buttons.html deleted file mode 100644 index cf4d0f2a3..000000000 --- a/externals/glfw-3.0.2/docs/html/group__buttons.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - - -GLFW: Mouse buttons - - - - - - - - - -
-
- - - - - - -
-
GLFW -  3.0.2 -
-
A multi-platform library for OpenGL, window and input
-
-
- - - - -
- -
- All Data Structures Files Functions Variables Typedefs Macros Groups Pages
- - -
- -
- -
- -
-
Mouse buttons
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - -

-Macros

#define GLFW_MOUSE_BUTTON_1   0
 
#define GLFW_MOUSE_BUTTON_2   1
 
#define GLFW_MOUSE_BUTTON_3   2
 
#define GLFW_MOUSE_BUTTON_4   3
 
#define GLFW_MOUSE_BUTTON_5   4
 
#define GLFW_MOUSE_BUTTON_6   5
 
#define GLFW_MOUSE_BUTTON_7   6
 
#define GLFW_MOUSE_BUTTON_8   7
 
#define GLFW_MOUSE_BUTTON_LAST   GLFW_MOUSE_BUTTON_8
 
#define GLFW_MOUSE_BUTTON_LEFT   GLFW_MOUSE_BUTTON_1
 
#define GLFW_MOUSE_BUTTON_RIGHT   GLFW_MOUSE_BUTTON_2
 
#define GLFW_MOUSE_BUTTON_MIDDLE   GLFW_MOUSE_BUTTON_3
 
-

Detailed Description

-

Macro Definition Documentation

- -
-
- - - - -
#define GLFW_MOUSE_BUTTON_1   0
-
- -
-
- -
-
- - - - -
#define GLFW_MOUSE_BUTTON_2   1
-
- -
-
- -
-
- - - - -
#define GLFW_MOUSE_BUTTON_3   2
-
- -
-
- -
-
- - - - -
#define GLFW_MOUSE_BUTTON_4   3
-
- -
-
- -
-
- - - - -
#define GLFW_MOUSE_BUTTON_5   4
-
- -
-
- -
-
- - - - -
#define GLFW_MOUSE_BUTTON_6   5
-
- -
-
- -
-
- - - - -
#define GLFW_MOUSE_BUTTON_7   6
-
- -
-
- -
-
- - - - -
#define GLFW_MOUSE_BUTTON_8   7
-
- -
-
- -
-
- - - - -
#define GLFW_MOUSE_BUTTON_LAST   GLFW_MOUSE_BUTTON_8
-
- -
-
- -
-
- - - - -
#define GLFW_MOUSE_BUTTON_LEFT   GLFW_MOUSE_BUTTON_1
-
- -
-
- -
-
- - - - -
#define GLFW_MOUSE_BUTTON_MIDDLE   GLFW_MOUSE_BUTTON_3
-
- -
-
- -
-
- - - - -
#define GLFW_MOUSE_BUTTON_RIGHT   GLFW_MOUSE_BUTTON_2
-
- -
-
-
- - - - -- cgit v1.2.3