#include "internal.h"
#include "mappings.h"
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <assert.h>
Go to the source code of this file.
Functions | |
char * | _glfw_strdup (const char *source) |
void | _glfwInputError (int code, const char *format,...) |
GLFWAPI int | glfwGetError (const char **description) |
Returns and clears the last error for the calling thread. More... | |
GLFWAPI void | glfwGetVersion (int *major, int *minor, int *rev) |
Retrieves the version of the GLFW library. More... | |
GLFWAPI const char * | glfwGetVersionString (void) |
Returns a string describing the compile-time configuration. More... | |
GLFWAPI int | glfwInit (void) |
Initializes the GLFW library. More... | |
GLFWAPI void | glfwInitHint (int hint, int value) |
Sets the specified init hint to the desired value. More... | |
GLFWAPI GLFWerrorfun | glfwSetErrorCallback (GLFWerrorfun cbfun) |
Sets the error callback. More... | |
GLFWAPI void | glfwTerminate (void) |
Terminates the GLFW library. More... | |
static void | terminate (void) |
Variables | |
_GLFWlibrary | _glfw = { GLFW_FALSE } |
static GLFWerrorfun | _glfwErrorCallback |
static _GLFWinitconfig | _glfwInitHints |
static _GLFWerror | _glfwMainThreadError |
_GLFWlibrary _glfw = { GLFW_FALSE } |
|
static |
|
static |
|
static |