From 1007b963fa35578b9f340d6f117acb58d48998e4 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Thu, 4 Jan 2024 14:22:51 -0700 Subject: [PATCH] changed axis of debug too --- docs/tech-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tech-notes.md b/docs/tech-notes.md index a7fceef..fb48ec5 100644 --- a/docs/tech-notes.md +++ b/docs/tech-notes.md @@ -16,7 +16,7 @@ If you `#define DEBUG`, you can use the [included gamepad tester](gamepad.html), to see the approximate number of samples as an integer, -for Y axis 2. +on the first X axis. This is approximate, because the browser encodes the value as a real number between -1 and 1.