BIND_DEVTOOLS_CONSOLE

This commit is contained in:
MihailRis
2024-05-17 03:40:24 +03:00
parent bb4f573d0f
commit 5834233162
6 changed files with 8 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ void corecontent::setup(ContentBuilder* builder) {
}
void corecontent::setup_bindings() {
Events::bind(BIND_DEVTOOLS_CONSOLE, inputtype::keyboard, keycode::GRAVE_ACCENT);
Events::bind(BIND_MOVE_FORWARD, inputtype::keyboard, keycode::W);
Events::bind(BIND_MOVE_BACK, inputtype::keyboard, keycode::S);
Events::bind(BIND_MOVE_RIGHT, inputtype::keyboard, keycode::D);