Skip to content
Thomas Marrinan edited this page Jan 13, 2017 · 3 revisions

Constructor

glow()

List of Methods

Method Wiki Link
Initialize ---
initialize(profile, vmajor, vminor, flags) initialize
Window Management ---
createWindow(title, x, y, width, height, windowType) createWindow
disableFullscreen(winId) disableFullscreen
enableFullscreen(winId) enableFullscreen
setWindowGeometry(winId, x, y, width, height) setWindowGeometry
setWindowTitle(winId, title) setWindowTitle
Rendering ---
requestRenderFrame(winId) requestRenderFrame
setActiveWindow(winId) setActiveWindow
swapBuffers(winId) swapBuffers
Control Flow ---
cancelTimeout(winId, timeoutId) cancelTimeout
idleFunction(winId, callback, data) idleFunction
renderFunction(winId, callback, data) renderFunction
resizeFunction(winId, callback, data) resizeFunction
runLoop() runLoop
setTimeout(winId, callback, wait, data) setTimeout
Interaction ---
keyDownListener(winId, callback, data) keyDownListener
keyUpListener(winId, callback, data) keyUpListener
mouseDownListener(winId, callback, data) mouseDownListener
mouseMoveListener(winId, callback, data) mouseMoveListener
mouseUpListener(winId, callback, data) mouseUpListener
scrollWheelListener(winId, callback, data) scrollWheelListener
Text Generation ---
createFontFace(fontFile, size, facePtr) createFontFace
destroyFontFace(facePtr) destroyFontFace
renderStringToTexture(face, utf8Text, col, flipY, width, height, baseline, pixels) renderStringToTexture
renderStringToTexture(face, utf8Text, flipY, width, height, baseline, pixels) renderStringToTexture
setFontSize(face, size) setFontSize
Auxiliary ---
getGLVersions(glv, glslv) getGLVersions
Clone this wiki locally