We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c982c commit 9b44941Copy full SHA for 9b44941
js/window.js
@@ -310,6 +310,8 @@ class Window extends EventEmitter {
310
event.stopPropagation = () => {};
311
}
312
313
+ this.makeCurrent();
314
+
315
super.emit(type, event);
316
317
package.json
@@ -1,7 +1,7 @@
1
{
2
"author": "Luis Blanco <luisblanco1337@gmail.com>",
3
"name": "glfw-raub",
4
- "version": "2.0.0",
+ "version": "2.0.1",
5
"description": "GLFW for Node.js",
6
"license": "MIT",
7
"main": "index.js",
0 commit comments