GlfwWindow

Undocumented in source.

Members

Functions

clipboardString
void clipboardString(string newClipboardString)
Undocumented in source. Be warned that the author may not have intended to support it.
clipboardString
string clipboardString()
Undocumented in source. Be warned that the author may not have intended to support it.
elapsedTime
double elapsedTime()
Undocumented in source. Be warned that the author may not have intended to support it.
grabMouse
void grabMouse()
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init(uvec2 size, string caption)
Undocumented in source. Be warned that the author may not have intended to support it.
isKeyPressed
bool isKeyPressed(uint key)
Undocumented in source. Be warned that the author may not have intended to support it.
mousePosition
void mousePosition(ivec2 newPosition)
Undocumented in source. Be warned that the author may not have intended to support it.
mousePosition
ivec2 mousePosition()
Undocumented in source. Be warned that the author may not have intended to support it.
processEvents
void processEvents()
Undocumented in source. Be warned that the author may not have intended to support it.
releaseMouse
void releaseMouse()
Undocumented in source. Be warned that the author may not have intended to support it.
releaseWindow
void releaseWindow()
Undocumented in source. Be warned that the author may not have intended to support it.
reshape
void reshape(uvec2 viewportSize)
Undocumented in source. Be warned that the author may not have intended to support it.
size
void size(uvec2 newSize)
Undocumented in source. Be warned that the author may not have intended to support it.
size
uvec2 size()
Undocumented in source. Be warned that the author may not have intended to support it.
swapBuffers
void swapBuffers()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

initGlfw
void initGlfw()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IWindow

init
void init(uvec2 size, string caption)
Undocumented in source.
reshape
void reshape(uvec2 viewportSize)
Undocumented in source.
processEvents
void processEvents()
Undocumented in source.
elapsedTime
double elapsedTime()
Undocumented in source.
swapBuffers
void swapBuffers()
Undocumented in source.
releaseWindow
void releaseWindow()
Undocumented in source.
mousePosition
void mousePosition(ivec2 newPosition)
Undocumented in source.
mousePosition
ivec2 mousePosition()
Undocumented in source.
grabMouse
void grabMouse()
Undocumented in source.
releaseMouse
void releaseMouse()
Undocumented in source.
size
uvec2 size()
Undocumented in source.
size
void size(uvec2 newSize)
Undocumented in source.
isKeyPressed
bool isKeyPressed(uint key)
Undocumented in source.
clipboardString
string clipboardString()
Undocumented in source.
clipboardString
void clipboardString(string newClipboardString)
Undocumented in source.
keyPressed
Signal!uint keyPressed;
Undocumented in source.
keyReleased
Signal!uint keyReleased;
Undocumented in source.
charEntered
Signal!dchar charEntered;
Undocumented in source.
mousePressed
Signal!uint mousePressed;
Undocumented in source.
mouseReleased
Signal!uint mouseReleased;
Undocumented in source.
mouseMoved
Signal!ivec2 mouseMoved;
Undocumented in source.
focusChanged
Signal!bool focusChanged;
Undocumented in source.
windowResized
Signal!uvec2 windowResized;
Undocumented in source.
windowMoved
Signal!ivec2 windowMoved;
Undocumented in source.
windowIconified
Signal!bool windowIconified;
Undocumented in source.
wheelScrolled
Signal!dvec2 wheelScrolled;
Undocumented in source.
closePressed
Signal!() closePressed;
Undocumented in source.

Meta