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/monitor.html | 138 ---------------------------- 1 file changed, 138 deletions(-) delete mode 100644 externals/glfw-3.0.2/docs/html/monitor.html (limited to 'externals/glfw-3.0.2/docs/html/monitor.html') diff --git a/externals/glfw-3.0.2/docs/html/monitor.html b/externals/glfw-3.0.2/docs/html/monitor.html deleted file mode 100644 index bd56bcaa3..000000000 --- a/externals/glfw-3.0.2/docs/html/monitor.html +++ /dev/null @@ -1,138 +0,0 @@ - - -
- - - -|
- GLFW
- 3.0.2
-
- A multi-platform library for OpenGL, window and input
- |
-
The GLFWmonitor object represents a currently connected monitor.
-The primary monitor is returned by glfwGetPrimaryMonitor. It is usually the user's preferred monitor and the one with global UI elements like task bar or menu bar.
-You can retrieve all currently connected monitors with glfwGetMonitors.
-Although GLFW generally does a good job at selecting a suitable video mode for you when you open a full screen window, it is sometimes useful to know exactly which modes are available on a certain system. For example, you may want to present the user with a list of video modes to select from. To get a list of available video modes, you can use the function glfwGetVideoModes.
-To get the current video mode of a monitor call glfwGetVideoMode.
-The physical size in millimetres of a monitor, or an approximation of it, can be retrieved with glfwGetMonitorPhysicalSize.
-This can, for example, be used together with the current video mode to calculate the DPI of a monitor.
-The name of a monitor is returned by glfwGetMonitorName.
-The monitor name is a regular C string using the UTF-8 encoding. Note that monitor names are not guaranteed to be unique.
-The gamma ramp of a monitor can be set with glfwSetGammaRamp, which accepts a monitor handle and a pointer to a GLFWgammaramp structure.
-The current gamma ramp for a monitor is returned by glfwGetGammaRamp.
-If you wish to set a regular gamma ramp, you can have GLFW calculate it for you from the desired exponent with glfwSetGamma, which in turn calls glfwSetGammaRamp with the resulting ramp.
-
- 1.8.3.1
-
-
-
--
cgit v1.2.3