From fa9bffcc842eb5973829d46436d3435993de9510 Mon Sep 17 00:00:00 2001 From: Charlie Stanton Date: Sat, 5 Apr 2025 16:25:51 +0100 Subject: Add blue --- src/index.html.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/index.html.in') diff --git a/src/index.html.in b/src/index.html.in index a58354a..0b76295 100644 --- a/src/index.html.in +++ b/src/index.html.in @@ -30,7 +30,8 @@ button { // Mirror these in src/all.c const INPUT_NONE = 0; const INPUT_CLICK = 1; -const INPUT_PAUSE_PLAY = 2; +const INPUT_RCLICK = 2; +const INPUT_PAUSE_PLAY = 3; const WASM = #include "../build/main.wasm.b64" -- cgit v1.2.3