glfw3.init

Translated from C to D

Members

Static functions

_glfwInputError
void _glfwInputError(int code, const(char)* format, ...)

/////////////////////////////////////////////////////////////////////// /// GLFW event API ////// ///////////////////////////////////////////////////////////////////////

_glfw_fmaxf
float _glfw_fmaxf(float a, float b)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfw_fminf
float _glfw_fminf(float a, float b)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfw_strdup
char* _glfw_strdup(const(char)* source)

/////////////////////////////////////////////////////////////////////// /// GLFW internal API ////// ///////////////////////////////////////////////////////////////////////

glfwGetError
int glfwGetError(const(char)** description)
Undocumented in source. Be warned that the author may not have intended to support it.
glfwGetVersion
void glfwGetVersion(int* major, int* minor, int* rev)
Undocumented in source. Be warned that the author may not have intended to support it.
glfwGetVersionString
const(char)* glfwGetVersionString()
Undocumented in source. Be warned that the author may not have intended to support it.
glfwInit
int glfwInit()

/////////////////////////////////////////////////////////////////////// /// GLFW public API ////// ///////////////////////////////////////////////////////////////////////

glfwInitHint
void glfwInitHint(int hint, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
glfwSetErrorCallback
GLFWerrorfun glfwSetErrorCallback(GLFWerrorfun cbfun)
Undocumented in source. Be warned that the author may not have intended to support it.
glfwTerminate
void glfwTerminate()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

_glfw
_GLFWlibrary _glfw;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_glfwErrorCallback
GLFWerrorfun _glfwErrorCallback;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_glfwInitHints
_GLFWinitconfig _glfwInitHints;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_glfwMainThreadError
_GLFWerror _glfwMainThreadError;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta