1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-19 14:31:59 +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 b1c6826b9f
commit b2d30c725d
7 changed files with 261 additions and 199 deletions

View File

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