- _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.
Translated from C to D