From 138464759f45a463104bfc6ca92a118e7a74101c Mon Sep 17 00:00:00 2001 From: 0neGal Date: Fri, 14 Jun 2024 23:30:39 +0200 Subject: initial gamepad/keyboard navigation support Far from complete, but this does the bulk of the work, the rest is just fixing places where the selection moves in weird ways after doing some things, and overall improving the look and feel of it. --- src/app/main.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/app/main.js') diff --git a/src/app/main.js b/src/app/main.js index 3adb96d..0a84e66 100644 --- a/src/app/main.js +++ b/src/app/main.js @@ -44,5 +44,8 @@ const launcher = require("./js/launcher"); const is_running = require("./js/is_running"); const set_buttons = require("./js/set_buttons"); +const navigate = require("./js/navigate"); +const gamepad = require("./js/gamepad"); + require("./js/dom_events"); require("./js/localize")(); -- cgit v1.2.3