1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

[HTML5] Implement mouse/touch/key events in JS library.

This makes us more independent from emscripten libraries, giving us more
control on the application lifecycle.
This commit is contained in:
Fabio Alessandrelli
2021-09-10 21:46:22 +02:00
parent e31a10da98
commit b7ac3c1aeb
7 changed files with 233 additions and 168 deletions

View File

@@ -15,6 +15,7 @@ module.exports = {
"IDBFS": true,
"GodotOS": true,
"GodotConfig": true,
"GodotDisplayListeners": true,
"GodotRuntime": true,
"GodotFS": true,
"IDHandler": true,