aboutsummaryrefslogtreecommitdiff
path: root/src/library_glfw.js
diff options
context:
space:
mode:
authorÉloi Rivard <azmeuk@gmail.com>2013-04-04 11:17:05 +0200
committerÉloi Rivard <azmeuk@gmail.com>2013-04-04 11:17:37 +0200
commit9017c0a8dccf38f128c18ac0e99cda6cb5752c98 (patch)
treee92d0ef4b0068bca740df6cdc44ca8d947b06321 /src/library_glfw.js
parent6d7a967e5f5e53d10f1c87e23ca1a3aced9114d4 (diff)
* Spaces and indentation.
Diffstat (limited to 'src/library_glfw.js')
-rw-r--r--src/library_glfw.js274
1 files changed, 137 insertions, 137 deletions
diff --git a/src/library_glfw.js b/src/library_glfw.js
index fc051ce6..a709161a 100644
--- a/src/library_glfw.js
+++ b/src/library_glfw.js
@@ -53,54 +53,54 @@ var LibraryGLFW = {
DOMToGLFWKeyCode: function(keycode) {
switch (keycode) {
- case 0x09 : return 295 ; //DOM_VK_TAB -> GLFW_KEY_TAB
- case 0x1B : return 255 ; //DOM_VK_ESCAPE -> GLFW_KEY_ESC
- case 0x6A : return 313 ; //DOM_VK_MULTIPLY -> GLFW_KEY_KP_MULTIPLY
- case 0x6B : return 315 ; //DOM_VK_ADD -> GLFW_KEY_KP_ADD
- case 0x6D : return 314 ; //DOM_VK_SUBTRACT -> GLFW_KEY_KP_SUBTRACT
- case 0x6E : return 316 ; //DOM_VK_DECIMAL -> GLFW_KEY_KP_DECIMAL
- case 0x6F : return 312 ; //DOM_VK_DIVIDE -> GLFW_KEY_KP_DIVIDE
- case 0x70 : return 258 ; //DOM_VK_F1 -> GLFW_KEY_F1
- case 0x71 : return 259 ; //DOM_VK_F2 -> GLFW_KEY_F2
- case 0x72 : return 260 ; //DOM_VK_F3 -> GLFW_KEY_F3
- case 0x73 : return 261 ; //DOM_VK_F4 -> GLFW_KEY_F4
- case 0x74 : return 262 ; //DOM_VK_F5 -> GLFW_KEY_F5
- case 0x75 : return 263 ; //DOM_VK_F6 -> GLFW_KEY_F6
- case 0x76 : return 264 ; //DOM_VK_F7 -> GLFW_KEY_F7
- case 0x77 : return 265 ; //DOM_VK_F8 -> GLFW_KEY_F8
- case 0x78 : return 266 ; //DOM_VK_F9 -> GLFW_KEY_F9
- case 0x79 : return 267 ; //DOM_VK_F10 -> GLFW_KEY_F10
- case 0x7a : return 268 ; //DOM_VK_F11 -> GLFW_KEY_F11
- case 0x7b : return 269 ; //DOM_VK_F12 -> GLFW_KEY_F12
- case 0x25 : return 285 ; //DOM_VK_LEFT -> GLFW_KEY_LEFT
- case 0x26 : return 283 ; //DOM_VK_UP -> GLFW_KEY_UP
- case 0x27 : return 286 ; //DOM_VK_RIGHT -> GLFW_KEY_RIGHT
- case 0x28 : return 284 ; //DOM_VK_DOWN -> GLFW_KEY_DOWN
- case 0x21 : return 298 ; //DOM_VK_PAGE_UP -> GLFW_KEY_PAGEUP
- case 0x22 : return 299 ; //DOM_VK_PAGE_DOWN -> GLFW_KEY_PAGEDOWN
- case 0x24 : return 300 ; //DOM_VK_HOME -> GLFW_KEY_HOME
- case 0x23 : return 301 ; //DOM_VK_END -> GLFW_KEY_END
- case 0x2d : return 296 ; //DOM_VK_INSERT -> GLFW_KEY_INSERT
- case 16 : return 287 ; //DOM_VK_SHIFT -> GLFW_KEY_LSHIFT
- case 0x05 : return 287 ; //DOM_VK_LEFT_SHIFT -> GLFW_KEY_LSHIFT
- case 0x06 : return 288 ; //DOM_VK_RIGHT_SHIFT -> GLFW_KEY_RSHIFT
- case 17 : return 289 ; //DOM_VK_CONTROL -> GLFW_KEY_LCTRL
- case 0x03 : return 289 ; //DOM_VK_LEFT_CONTROL -> GLFW_KEY_LCTRL
- case 0x04 : return 290 ; //DOM_VK_RIGHT_CONTROL -> GLFW_KEY_RCTRL
- case 18 : return 291 ; //DOM_VK_ALT -> GLFW_KEY_LALT
- case 0x02 : return 291 ; //DOM_VK_LEFT_ALT -> GLFW_KEY_LALT
- case 0x01 : return 292 ; //DOM_VK_RIGHT_ALT -> GLFW_KEY_RALT
- case 96 : return 302 ; //GLFW_KEY_KP_0
- case 97 : return 303 ; //GLFW_KEY_KP_1
- case 98 : return 304 ; //GLFW_KEY_KP_2
- case 99 : return 305 ; //GLFW_KEY_KP_3
- case 100 : return 306 ; //GLFW_KEY_KP_4
- case 101 : return 307 ; //GLFW_KEY_KP_5
- case 102 : return 308 ; //GLFW_KEY_KP_6
- case 103 : return 309 ; //GLFW_KEY_KP_7
- case 104 : return 310 ; //GLFW_KEY_KP_8
- case 105 : return 311 ; //GLFW_KEY_KP_9
- default : return keycode;
+ case 0x09: return 295 ; //DOM_VK_TAB -> GLFW_KEY_TAB
+ case 0x1B: return 255 ; //DOM_VK_ESCAPE -> GLFW_KEY_ESC
+ case 0x6A: return 313 ; //DOM_VK_MULTIPLY -> GLFW_KEY_KP_MULTIPLY
+ case 0x6B: return 315 ; //DOM_VK_ADD -> GLFW_KEY_KP_ADD
+ case 0x6D: return 314 ; //DOM_VK_SUBTRACT -> GLFW_KEY_KP_SUBTRACT
+ case 0x6E: return 316 ; //DOM_VK_DECIMAL -> GLFW_KEY_KP_DECIMAL
+ case 0x6F: return 312 ; //DOM_VK_DIVIDE -> GLFW_KEY_KP_DIVIDE
+ case 0x70: return 258 ; //DOM_VK_F1 -> GLFW_KEY_F1
+ case 0x71: return 259 ; //DOM_VK_F2 -> GLFW_KEY_F2
+ case 0x72: return 260 ; //DOM_VK_F3 -> GLFW_KEY_F3
+ case 0x73: return 261 ; //DOM_VK_F4 -> GLFW_KEY_F4
+ case 0x74: return 262 ; //DOM_VK_F5 -> GLFW_KEY_F5
+ case 0x75: return 263 ; //DOM_VK_F6 -> GLFW_KEY_F6
+ case 0x76: return 264 ; //DOM_VK_F7 -> GLFW_KEY_F7
+ case 0x77: return 265 ; //DOM_VK_F8 -> GLFW_KEY_F8
+ case 0x78: return 266 ; //DOM_VK_F9 -> GLFW_KEY_F9
+ case 0x79: return 267 ; //DOM_VK_F10 -> GLFW_KEY_F10
+ case 0x7a: return 268 ; //DOM_VK_F11 -> GLFW_KEY_F11
+ case 0x7b: return 269 ; //DOM_VK_F12 -> GLFW_KEY_F12
+ case 0x25: return 285 ; //DOM_VK_LEFT -> GLFW_KEY_LEFT
+ case 0x26: return 283 ; //DOM_VK_UP -> GLFW_KEY_UP
+ case 0x27: return 286 ; //DOM_VK_RIGHT -> GLFW_KEY_RIGHT
+ case 0x28: return 284 ; //DOM_VK_DOWN -> GLFW_KEY_DOWN
+ case 0x21: return 298 ; //DOM_VK_PAGE_UP -> GLFW_KEY_PAGEUP
+ case 0x22: return 299 ; //DOM_VK_PAGE_DOWN -> GLFW_KEY_PAGEDOWN
+ case 0x24: return 300 ; //DOM_VK_HOME -> GLFW_KEY_HOME
+ case 0x23: return 301 ; //DOM_VK_END -> GLFW_KEY_END
+ case 0x2d: return 296 ; //DOM_VK_INSERT -> GLFW_KEY_INSERT
+ case 16 : return 287 ; //DOM_VK_SHIFT -> GLFW_KEY_LSHIFT
+ case 0x05: return 287 ; //DOM_VK_LEFT_SHIFT -> GLFW_KEY_LSHIFT
+ case 0x06: return 288 ; //DOM_VK_RIGHT_SHIFT -> GLFW_KEY_RSHIFT
+ case 17 : return 289 ; //DOM_VK_CONTROL -> GLFW_KEY_LCTRL
+ case 0x03: return 289 ; //DOM_VK_LEFT_CONTROL -> GLFW_KEY_LCTRL
+ case 0x04: return 290 ; //DOM_VK_RIGHT_CONTROL -> GLFW_KEY_RCTRL
+ case 18 : return 291 ; //DOM_VK_ALT -> GLFW_KEY_LALT
+ case 0x02: return 291 ; //DOM_VK_LEFT_ALT -> GLFW_KEY_LALT
+ case 0x01: return 292 ; //DOM_VK_RIGHT_ALT -> GLFW_KEY_RALT
+ case 96 : return 302 ; //GLFW_KEY_KP_0
+ case 97 : return 303 ; //GLFW_KEY_KP_1
+ case 98 : return 304 ; //GLFW_KEY_KP_2
+ case 99 : return 305 ; //GLFW_KEY_KP_3
+ case 100 : return 306 ; //GLFW_KEY_KP_4
+ case 101 : return 307 ; //GLFW_KEY_KP_5
+ case 102 : return 308 ; //GLFW_KEY_KP_6
+ case 103 : return 309 ; //GLFW_KEY_KP_7
+ case 104 : return 310 ; //GLFW_KEY_KP_8
+ case 105 : return 311 ; //GLFW_KEY_KP_9
+ default : return keycode;
};
},
@@ -120,9 +120,9 @@ var LibraryGLFW = {
//charCode is only available whith onKeyPress event
var char = GLFW.getUnicodeChar(event.charCode);
- if(event.charCode) {
+ if (event.charCode) {
var char = GLFW.getUnicodeChar(event.charCode);
- if( char !== null && GLFW.charFunc ) {
+ if (char !== null && GLFW.charFunc) {
event.preventDefault();
Runtime.dynCall('vii', GLFW.charFunc, [event.charCode, 1]);
}
@@ -131,7 +131,7 @@ var LibraryGLFW = {
onKeyChanged: function(event, status) {
var key = GLFW.DOMToGLFWKeyCode(event.keyCode);
- if(key && GLFW.keyFunc) {
+ if (key && GLFW.keyFunc) {
GLFW.keys[key] = status;
event.preventDefault();
Runtime.dynCall('vii', GLFW.keyFunc, [key, status]);
@@ -172,16 +172,16 @@ var LibraryGLFW = {
},
onMouseButtonChanged: function(event, status) {
- if(GLFW.mouseButtonFunc == null) {
+ if (GLFW.mouseButtonFunc == null) {
return;
}
GLFW.savePosition(event);
- if(event.target != Module["canvas"]) {
+ if (event.target != Module["canvas"]) {
return;
}
- if(status == 1) {//GLFW_PRESS
+ if (status == 1) {//GLFW_PRESS
try {
event.target.setCapture();
} catch (e) {}
@@ -203,15 +203,15 @@ var LibraryGLFW = {
},
onMouseWheel: function(event) {
- if(event.detail > 0) {
+ if (event.detail > 0) {
GLFW.wheelPos++;
}
- if(event.detail < 0) {
+ if (event.detail < 0) {
GLFW.wheelPos--;
}
- if(GLFW.mouseWheelFunc && event.target == Module["canvas"]) {
+ if (GLFW.mouseWheelFunc && event.target == Module["canvas"]) {
Runtime.dynCall('vi', GLFW.mouseWheelFunc, [GLFW.wheelPos]);
event.preventDefault();
}
@@ -265,7 +265,7 @@ var LibraryGLFW = {
******************************************************************************/
/* GLFW initialization, termination and version querying */
- glfwInit : function() {
+ glfwInit: function() {
GLFW.initTime = Date.now() / 1000;
window.addEventListener("keydown", GLFW.onKeydown, true);
@@ -287,7 +287,7 @@ var LibraryGLFW = {
window.removeEventListener('DOMMouseScroll', GLFW.onMouseWheel, true);
window.removeEventListener('mousewheel', GLFW.onMouseWheel, true);
Module["canvas"].width = Module["canvas"].height = 1;
- } });
+ }});
//TODO: Init with correct values
GLFW.params = new Array();
@@ -327,9 +327,9 @@ var LibraryGLFW = {
return 1; //GL_TRUE
},
- glfwTerminate : function() {},
+ glfwTerminate: function() {},
- glfwGetVersion : function( major, minor, rev ) {
+ glfwGetVersion: function(major, minor, rev) {
setValue(major, 2, 'i32');
setValue(minor, 7, 'i32');
setValue(rev, 7, 'i32');
@@ -337,26 +337,26 @@ var LibraryGLFW = {
/* Window handling */
glfwOpenWindow__deps: ['$Browser'],
- glfwOpenWindow : function( width, height, redbits, greenbits, bluebits, alphabits, depthbits, stencilbits, mode ) {
- if(width == 0 && height > 0) {
+ glfwOpenWindow: function(width, height, redbits, greenbits, bluebits, alphabits, depthbits, stencilbits, mode) {
+ if (width == 0 && height > 0) {
width = 4 * height / 3;
}
- if(width > 0 && height == 0) {
+ if (width > 0 && height == 0) {
height = 3 * width / 4;
}
- GLFW.params[0x00020005] = redbits; //GLFW_RED_BITS
- GLFW.params[0x00020006] = greenbits; //GLFW_GREEN_BITS
- GLFW.params[0x00020007] = bluebits; //GLFW_BLUE_BITS
- GLFW.params[0x00020008] = alphabits; //GLFW_ALPHA_BITS
- GLFW.params[0x00020009] = depthbits; //GLFW_DEPTH_BITS
- GLFW.params[0x0002000A] = stencilbits; //GLFW_STENCIL_BITS
-
- if(mode == 0x00010001) {//GLFW_WINDOW
- Browser.setCanvasSize( GLFW.initWindowWidth = width,
- GLFW.initWindowHeight = height );
+ GLFW.params[0x00020005] = redbits; //GLFW_RED_BITS
+ GLFW.params[0x00020006] = greenbits; //GLFW_GREEN_BITS
+ GLFW.params[0x00020007] = bluebits; //GLFW_BLUE_BITS
+ GLFW.params[0x00020008] = alphabits; //GLFW_ALPHA_BITS
+ GLFW.params[0x00020009] = depthbits; //GLFW_DEPTH_BITS
+ GLFW.params[0x0002000A] = stencilbits; //GLFW_STENCIL_BITS
+
+ if (mode == 0x00010001) {//GLFW_WINDOW
+ Browser.setCanvasSize(GLFW.initWindowWidth = width,
+ GLFW.initWindowHeight = height);
GLFW.params[0x00030003] = true; //GLFW_STICKY_MOUSE_BUTTONS
}
- else if(mode == 0x00010002) {//GLFW_FULLSCREEN
+ else if (mode == 0x00010002) {//GLFW_FULLSCREEN
GLFW.requestFullScreen();
GLFW.params[0x00030003] = false; //GLFW_STICKY_MOUSE_BUTTONS
}
@@ -368,28 +368,28 @@ var LibraryGLFW = {
return 1; //GL_TRUE
},
- glfwOpenWindowHint : function( target, hint ) {
+ glfwOpenWindowHint: function(target, hint) {
GLFW.params[target] = hint;
},
glfwCloseWindow__deps: ['$Browser'],
- glfwCloseWindow : function() {
+ glfwCloseWindow: function() {
if (GLFW.closeFunc) {
Runtime.dynCall('v', GLFW.closeFunc, []);
}
Module.ctx = Browser.destroyContext(Module['canvas'], true, true);
},
- glfwSetWindowTitle : function( title ) {
+ glfwSetWindowTitle: function(title) {
document.title = Pointer_stringify(title);
},
- glfwGetWindowSize : function( width, height ) {
+ glfwGetWindowSize: function(width, height) {
setValue(width, Module['canvas'].width, 'i32');
setValue(height, Module['canvas'].height, 'i32');
},
- glfwSetWindowSize : function( width, height ) {
+ glfwSetWindowSize: function(width, height) {
GLFW.cancelFullScreen();
Browser.setCanvasSize(width, height);
if (GLFW.resizeFunc) {
@@ -397,127 +397,127 @@ var LibraryGLFW = {
}
},
- glfwSetWindowPos : function( x, y ) {},
+ glfwSetWindowPos: function(x, y) {},
- glfwIconifyWindow : function() {},
+ glfwIconifyWindow: function() {},
- glfwRestoreWindow : function() {},
+ glfwRestoreWindow: function() {},
- glfwSwapBuffers : function() {},
+ glfwSwapBuffers: function() {},
- glfwSwapInterval : function( interval ) {},
+ glfwSwapInterval: function(interval) {},
- glfwGetWindowParam : function( param ) {
+ glfwGetWindowParam: function(param) {
return GLFW.params[param];
},
- glfwSetWindowSizeCallback : function( cbfun ) {
+ glfwSetWindowSizeCallback: function(cbfun) {
GLFW.resizeFunc = cbfun;
},
- glfwSetWindowCloseCallback : function( cbfun ) {
+ glfwSetWindowCloseCallback: function(cbfun) {
GLFW.closeFunc = cbfun;
},
- glfwSetWindowRefreshCallback : function( cbfun ) {
+ glfwSetWindowRefreshCallback: function(cbfun) {
GLFW.refreshFunc = cbfun;
},
/* Video mode functions */
- glfwGetVideoModes : function( list, maxcount ) { throw "glfwGetVideoModes is not implemented."; },
+ glfwGetVideoModes: function(list, maxcount) { throw "glfwGetVideoModes is not implemented."; },
- glfwGetDesktopMode : function( mode ) { throw "glfwGetDesktopMode is not implemented."; },
+ glfwGetDesktopMode: function(mode) { throw "glfwGetDesktopMode is not implemented."; },
/* Input handling */
- glfwPollEvents : function() {},
+ glfwPollEvents: function() {},
- glfwWaitEvents : function() {},
+ glfwWaitEvents: function() {},
- glfwGetKey : function( key ) {
+ glfwGetKey: function(key) {
return GLFW.keys[key];
},
- glfwGetMouseButton : function( button ) {
+ glfwGetMouseButton: function(button) {
return (GLFW.buttons & (1 << button)) > 0;
},
- glfwGetMousePos : function( xpos, ypos ) {
+ glfwGetMousePos: function(xpos, ypos) {
setValue(xpos, GLFW.lastX, 'i32');
setValue(ypos, GLFW.lastY, 'i32');
},
//I believe it is not possible to move the mouse with javascript
- glfwSetMousePos : function( xpos, ypos ) {},
+ glfwSetMousePos: function(xpos, ypos) {},
- glfwGetMouseWheel : function() {
+ glfwGetMouseWheel: function() {
return GLFW.wheelPos;
},
- glfwSetMouseWheel : function( pos ) {
+ glfwSetMouseWheel: function(pos) {
GLFW.wheelPos = pos;
},
- glfwSetKeyCallback : function( cbfun ) {
+ glfwSetKeyCallback: function(cbfun) {
GLFW.keyFunc = cbfun;
},
- glfwSetCharCallback : function( cbfun ) {
+ glfwSetCharCallback: function(cbfun) {
GLFW.charFunc = cbfun;
},
- glfwSetMouseButtonCallback : function( cbfun ) {
+ glfwSetMouseButtonCallback: function(cbfun) {
GLFW.mouseButtonFunc = cbfun;
},
- glfwSetMousePosCallback : function( cbfun ) {
- GLFW.mousePosFunc = cbfun;
+ glfwSetMousePosCallback: function(cbfun) {
+ GLFW.mouse Func = cbfun;
},
- glfwSetMouseWheelCallback : function( cbfun ) {
+ glfwSetMouseWheelCallback: function(cbfun) {
GLFW.mouseWheelFunc = cbfun;
},
/* Joystick input */
- glfwGetJoystickParam : function( joy, param ) { throw "glfwGetJoystickParam is not implemented."; },
+ glfwGetJoystickParam: function(joy, param) { throw "glfwGetJoystickParam is not implemented."; },
- glfwGetJoystickPos : function( joy, pos, numaxes ) { throw "glfwGetJoystickPos is not implemented."; },
+ glfwGetJoystickPos: function(joy, pos, numaxes) { throw "glfwGetJoystickPos is not implemented."; },
- glfwGetJoystickButtons : function( joy, buttons, numbuttons ) { throw "glfwGetJoystickButtons is not implemented."; },
+ glfwGetJoystickButtons: function(joy, buttons, numbuttons) { throw "glfwGetJoystickButtons is not implemented."; },
/* Time */
- glfwGetTime : function() {
+ glfwGetTime: function() {
return (Date.now()/1000) - GLFW.initTime;
},
- glfwSetTime : function( time ) {
+ glfwSetTime: function(time) {
GLFW.initTime = Date.now()/1000 + time;
},
glfwSleep__deps: ['sleep'],
- glfwSleep : function( time ) {
+ glfwSleep: function(time) {
_sleep(time);
},
/* Extension support */
- glfwExtensionSupported : function( extension ) {
+ glfwExtensionSupported: function(extension) {
return Module.ctx.getSupportedExtensions().indexOf(Pointer_stringify(extension)) > -1;
},
glfwGetProcAddress__deps: ['glfwGetProcAddress'],
- glfwGetProcAddress : function( procname ) {
+ glfwGetProcAddress: function(procname) {
return _getProcAddress(procname);
},
- glfwGetGLVersion : function( major, minor, rev ) {
+ glfwGetGLVersion: function(major, minor, rev) {
setValue(major, 0, 'i32');
setValue(minor, 0, 'i32');
setValue(rev, 1, 'i32');
},
/* Threading support */
- glfwCreateThread : function( fun, arg ) {
+ glfwCreateThread: function(fun, arg) {
var str = 'v';
- for(i in arg) {
+ for (var i in arg) {
str += 'i';
}
Runtime.dynCall(str, fun, arg);
@@ -525,59 +525,59 @@ var LibraryGLFW = {
return 0;
},
- glfwDestroyThread : function( ID ) {},
+ glfwDestroyThread: function(ID) {},
- glfwWaitThread : function( ID, waitmode ) {},
+ glfwWaitThread: function(ID, waitmode) {},
- glfwGetThreadID : function() {
+ glfwGetThreadID: function() {
//One single thread
return 0;
},
- glfwCreateMutex : function() { throw "glfwCreateMutex is not implemented."; },
+ glfwCreateMutex: function() { throw "glfwCreateMutex is not implemented."; },
- glfwDestroyMutex : function( mutex ) { throw "glfwDestroyMutex is not implemented."; },
+ glfwDestroyMutex: function(mutex) { throw "glfwDestroyMutex is not implemented."; },
- glfwLockMutex : function( mutex ) { throw "glfwLockMutex is not implemented."; },
+ glfwLockMutex: function(mutex) { throw "glfwLockMutex is not implemented."; },
- glfwUnlockMutex : function( mutex ) { throw "glfwUnlockMutex is not implemented."; },
+ glfwUnlockMutex: function(mutex) { throw "glfwUnlockMutex is not implemented."; },
- glfwCreateCond : function() { throw "glfwCreateCond is not implemented."; },
+ glfwCreateCond: function() { throw "glfwCreateCond is not implemented."; },
- glfwDestroyCond : function( cond ) { throw "glfwDestroyCond is not implemented."; },
+ glfwDestroyCond: function(cond) { throw "glfwDestroyCond is not implemented."; },
- glfwWaitCond : function( cond, mutex, timeout ) { throw "glfwWaitCond is not implemented."; },
+ glfwWaitCond: function(cond, mutex, timeout) { throw "glfwWaitCond is not implemented."; },
- glfwSignalCond : function( cond ) { throw "glfwSignalCond is not implemented."; },
+ glfwSignalCond: function(cond) { throw "glfwSignalCond is not implemented."; },
- glfwBroadcastCond : function( cond ) { throw "glfwBroadcastCond is not implemented."; },
+ glfwBroadcastCond: function(cond) { throw "glfwBroadcastCond is not implemented."; },
- glfwGetNumberOfProcessors : function() {
+ glfwGetNumberOfProcessors: function() {
//Threads are disabled anyway…
return 1;
},
/* Enable/disable functions */
- glfwEnable : function( token ) {
+ glfwEnable: function(token) {
GLFW.params[token] = false;
},
- glfwDisable : function( token ) {
+ glfwDisable: function(token) {
GLFW.params[token] = true;
},
/* Image/texture I/O support */
- glfwReadImage : function( name, img, flags ) { throw "glfwReadImage is not implemented."; },
+ glfwReadImage: function(name, img, flags) { throw "glfwReadImage is not implemented."; },
- glfwReadMemoryImage : function( data, size, img, flags ) { throw "glfwReadMemoryImage is not implemented."; },
+ glfwReadMemoryImage: function(data, size, img, flags) { throw "glfwReadMemoryImage is not implemented."; },
- glfwFreeImage : function( img ) { throw "glfwFreeImage is not implemented."; },
+ glfwFreeImage: function(img) { throw "glfwFreeImage is not implemented."; },
- glfwLoadTexture2D : function( name, flags ) { throw "glfwLoadTexture2D is not implemented."; },
+ glfwLoadTexture2D: function(name, flags) { throw "glfwLoadTexture2D is not implemented."; },
- glfwLoadMemoryTexture2D : function( data, size, flags ) { throw "glfwLoadMemoryTexture2D is not implemented."; },
+ glfwLoadMemoryTexture2D: function(data, size, flags) { throw "glfwLoadMemoryTexture2D is not implemented."; },
- glfwLoadTextureImage2D : function( img, flags ) { throw "glfwLoadTextureImage2D is not implemented."; },
+ glfwLoadTextureImage2D: function(img, flags) { throw "glfwLoadTextureImage2D is not implemented."; },
};
autoAddDeps(LibraryGLFW, '$GLFW');