meld ~master (2014-08-17T13:41:53Z)
Dub
Repo
Window
meld
window
Undocumented in source.
class
Window {
package static
GLFWwindow
*
m_window
;
this
(string name, int width, int height);
bool
IsRunning
();
void
Swap
();
double
Time
();
}
Constructors
this
this
(string name, int width, int height)
Undocumented in source.
Members
Functions
IsRunning
bool
IsRunning
()
Undocumented in source. Be warned that the author may not have intended to support it.
Swap
void
Swap
()
Undocumented in source. Be warned that the author may not have intended to support it.
Time
double
Time
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
m_window
GLFWwindow
*
m_window
;
Undocumented in source.
Meta
Source
See Implementation
meld
window
classes
Window
functions
glfwPrintError