All Classes and Interfaces

Class
Description
Utility class for GLFW callbacks.
 
Contains the function pointers loaded from the glfw SharedLibrary.
Callback function: GLFWallocatefun
Callback function: GLFWallocatefun
struct GLFWallocator { GLFWallocatefun allocate; GLFWreallocatefun reallocate; GLFWdeallocatefun deallocate; void * user; }
An array of GLFWAllocator structs.
Callback function: GLFWcharfun
Callback function: GLFWcharfun
Callback function: GLFWcharmodsfun
Callback function: GLFWcharmodsfun
Callback function: GLFWcursorenterfun
Callback function: GLFWcursorenterfun
Callback function: GLFWcursorposfun
Callback function: GLFWcursorposfun
Callback function: GLFWdeallocatefun
Callback function: GLFWdeallocatefun
Callback function: GLFWdropfun
Callback function: GLFWdropfun
Callback function: GLFWerrorfun
Callback function: GLFWerrorfun
Callback function: GLFWframebuffersizefun
Callback function: GLFWframebuffersizefun
struct GLFWgamepadstate { unsigned char buttons[15]; float axes[6]; }
An array of GLFWGamepadState structs.
struct GLFWgammaramp { unsigned short * red; unsigned short * green; unsigned short * blue; unsigned int size; }
An array of GLFWGammaRamp structs.
struct GLFWimage { int width; int height; unsigned char * pixels; }
An array of GLFWImage structs.
Callback function: GLFWimestatusfun
Callback function: GLFWimestatusfun
Callback function: GLFWjoystickfun
Callback function: GLFWjoystickfun
Callback function: GLFWkeyfun
Callback function: GLFWkeyfun
Callback function: GLFWmonitorfun
Callback function: GLFWmonitorfun
Callback function: GLFWmousebuttonfun
Callback function: GLFWmousebuttonfun
 
Contains the function pointers loaded from GLFW.getLibrary().
 
Contains the function pointers loaded from GLFW.getLibrary().
 
Contains the function pointers loaded from GLFW.getLibrary().
 
Contains the function pointers loaded from GLFW.getLibrary().
 
Contains the function pointers loaded from GLFW.getLibrary().
 
Contains the function pointers loaded from GLFW.getLibrary().
 
Contains the function pointers loaded from GLFW.getLibrary().
 
Contains the function pointers loaded from GLFW.getLibrary().
 
Contains the function pointers loaded from GLFW.getLibrary().
Callback function: GLFWpreeditfun
Callback function: GLFWpreeditfun
Callback function: GLFWpreeditcandidatefun
Callback function: GLFWpreeditcandidatefun
Callback function: GLFWreallocatefun
Callback function: GLFWreallocatefun
Callback function: GLFWscrollfun
Callback function: GLFWscrollfun
struct GLFWvidmode { int width; int height; int redBits; int greenBits; int blueBits; int refreshRate; }
An array of GLFWVidMode structs.
 
Contains the function pointers loaded from GLFW.getLibrary().
Callback function: GLFWwindowclosefun
Callback function: GLFWwindowclosefun
Callback function: GLFWwindowcontentscalefun
Callback function: GLFWwindowcontentscalefun
Callback function: GLFWwindowfocusfun
Callback function: GLFWwindowfocusfun
Callback function: GLFWwindowiconifyfun
Callback function: GLFWwindowiconifyfun
Callback function: GLFWwindowmaximizefun
Callback function: GLFWwindowmaximizefun
Callback function: GLFWwindowposfun
Callback function: GLFWwindowposfun
Callback function: GLFWwindowrefreshfun
Callback function: GLFWwindowrefreshfun
Callback function: GLFWwindowsizefun
Callback function: GLFWwindowsizefun