anchovy.glfwwindow

Members

Classes

GlfwSharedContext
class GlfwSharedContext
Undocumented in source.
GlfwWindow
class GlfwWindow
Undocumented in source.

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.
refreshfun
void refreshfun(GLFWwindow* w)
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

Authors

Andrey Penechko.