diff options
Diffstat (limited to 'src/index.html.in')
-rw-r--r-- | src/index.html.in | 3 |
1 files changed, 2 insertions, 1 deletions
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" |