All Classes and Interfaces
Class
Description
Utility class for GLFW callbacks.
Contains the function pointers loaded from the glfw
SharedLibrary.Callback function:
GLFWallocatefunCallback function:
GLFWallocatefunstruct GLFWallocator {
GLFWallocatefun allocate;
GLFWreallocatefun reallocate;
GLFWdeallocatefun deallocate;
void * user;
}An array of
GLFWAllocator structs.Callback function:
GLFWcharfunCallback function:
GLFWcharfunCallback function:
GLFWcharmodsfunCallback function:
GLFWcharmodsfunCallback function:
GLFWcursorenterfunCallback function:
GLFWcursorenterfunCallback function:
GLFWcursorposfunCallback function:
GLFWcursorposfunCallback function:
GLFWdeallocatefunCallback function:
GLFWdeallocatefunCallback function:
GLFWdropfunCallback function:
GLFWdropfunCallback function:
GLFWerrorfunCallback function:
GLFWerrorfunCallback function:
GLFWframebuffersizefunCallback function:
GLFWframebuffersizefunstruct 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:
GLFWimestatusfunCallback function:
GLFWimestatusfunCallback function:
GLFWjoystickfunCallback function:
GLFWjoystickfunCallback function:
GLFWkeyfunCallback function:
GLFWkeyfunCallback function:
GLFWmonitorfunCallback function:
GLFWmonitorfunCallback function:
GLFWmousebuttonfunCallback function:
GLFWmousebuttonfunContains 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:
GLFWpreeditfunCallback function:
GLFWpreeditfunCallback function:
GLFWpreeditcandidatefunCallback function:
GLFWpreeditcandidatefunCallback function:
GLFWreallocatefunCallback function:
GLFWreallocatefunCallback function:
GLFWscrollfunCallback function:
GLFWscrollfunstruct 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:
GLFWwindowclosefunCallback function:
GLFWwindowclosefunCallback function:
GLFWwindowcontentscalefunCallback function:
GLFWwindowcontentscalefunCallback function:
GLFWwindowfocusfunCallback function:
GLFWwindowfocusfunCallback function:
GLFWwindowiconifyfunCallback function:
GLFWwindowiconifyfunCallback function:
GLFWwindowmaximizefunCallback function:
GLFWwindowmaximizefunCallback function:
GLFWwindowposfunCallback function:
GLFWwindowposfunCallback function:
GLFWwindowrefreshfunCallback function:
GLFWwindowrefreshfunCallback function:
GLFWwindowsizefunCallback function:
GLFWwindowsizefun