Mouse!
This commit is contained in:
2
index.ts
2
index.ts
@ -8,6 +8,7 @@ import { refreshKeyboard, keyPressed, K } from "./keyboard.ts";
|
||||
import { repl, resetRepl } from "./repl.ts";
|
||||
import { addToContext } from "./runcode.ts";
|
||||
import { editmode } from "./editmode.ts";
|
||||
import { refreshMouse } from "./mouse.ts";
|
||||
|
||||
// deno-lint-ignore no-explicit-any
|
||||
let game: any = null;
|
||||
@ -56,4 +57,5 @@ await mainloop((_t) => {
|
||||
}
|
||||
}
|
||||
refreshKeyboard();
|
||||
refreshMouse();
|
||||
});
|
||||
|
Reference in New Issue
Block a user