anchovy.graphics.windows.glfwwindow

Undocumented in source.

Public Imports

derelict.glfw3.glfw3
public import derelict.glfw3.glfw3;
derelict.opengl3.gl3
public import derelict.opengl3.gl3;
anchovy.utils.string
public import anchovy.utils.string;

Members

Classes

GlfwWindow
class GlfwWindow
Undocumented in source.

Static functions

charfun
void charfun(GLFWwindow* w, uint unicode)
Undocumented in source. Be warned that the author may not have intended to support it.
cursorenterfun
void cursorenterfun(GLFWwindow* w, int )
Undocumented in source. Be warned that the author may not have intended to support it.
cursorposfun
void cursorposfun(GLFWwindow* w, double nx, double ny)
Undocumented in source. Be warned that the author may not have intended to support it.
errorfun
void errorfun(int errorCode, const(char)* msg)
Undocumented in source. Be warned that the author may not have intended to support it.
getWinFromUP
GlfwWindow getWinFromUP(GLFWwindow* w)
Undocumented in source. Be warned that the author may not have intended to support it.
keyfun
void keyfun(GLFWwindow* w, int key, int , int action, int )
Undocumented in source. Be warned that the author may not have intended to support it.
mousebuttonfun
void mousebuttonfun(GLFWwindow* w, int mouseButton, int action, int )
Undocumented in source. Be warned that the author may not have intended to support it.
scrollfun
void scrollfun(GLFWwindow* w, double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
windowclosefun
void windowclosefun(GLFWwindow* w)
Undocumented in source. Be warned that the author may not have intended to support it.
windowfocusfun
void windowfocusfun(GLFWwindow* w, int focus)
Undocumented in source. Be warned that the author may not have intended to support it.
windowiconifyfun
void windowiconifyfun(GLFWwindow* w, int iconified)
Undocumented in source. Be warned that the author may not have intended to support it.
windowposfun
void windowposfun(GLFWwindow* w, int nx, int ny)
Undocumented in source. Be warned that the author may not have intended to support it.
windowrefreshfun
void windowrefreshfun(GLFWwindow* w)
Undocumented in source. Be warned that the author may not have intended to support it.
windowsizefun
void windowsizefun(GLFWwindow* w, int newWidth, int newHeight)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta