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

-Functions

double glfwGetTime (void)
 Returns the value of the GLFW timer. More...
 
void glfwSetTime (double time)
 Sets the GLFW timer. More...
 
-

Detailed Description

-

Function Documentation

- -
-
- - - - - - - - -
double glfwGetTime (void )
-
-

This function returns the value of the GLFW timer. Unless the timer has been set using glfwSetTime, the timer measures time elapsed since GLFW was initialized.

-
Returns
The current value, in seconds, or zero if an error occurred.
-
Remarks
This function may be called from secondary threads.
-
Note
The resolution of the timer is system dependent, but is usually on the order of a few micro- or nanoseconds. It uses the highest-resolution monotonic time source on each supported platform.
- -
-
- -
-
- - - - - - - - -
void glfwSetTime (double time)
-
-

This function sets the value of the GLFW timer. It then continues to count up from that value.

-
Parameters
- - -
[in]timeThe new value, in seconds.
-
-
-
Note
The resolution of the timer is system dependent, but is usually on the order of a few micro- or nanoseconds. It uses the highest-resolution monotonic time source on each supported platform.
- -
-
-
- - - - -- cgit v1.2.3