mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Deploy new web version
This commit is contained in:
Binary file not shown.
@@ -214,7 +214,6 @@
|
||||
});
|
||||
|
||||
document.addEventListener("keydown", function (event) {
|
||||
console.log(`keydown: '${event.key}'`);
|
||||
var key = translate_key(event.key);
|
||||
if (key) {
|
||||
g_events.push({ "key": { "key": key, 'pressed': true } });
|
||||
|
||||
Reference in New Issue
Block a user