From 3791b0131985f65584a4b78225698aff0cee640d Mon Sep 17 00:00:00 2001 From: "Daniel K. O. (dkosmari)" Date: Thu, 21 May 2026 00:24:00 -0300 Subject: [PATCH] Better wording. --- include/vpad/input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vpad/input.h b/include/vpad/input.h index 01de683a..6b045204 100644 --- a/include/vpad/input.h +++ b/include/vpad/input.h @@ -257,7 +257,7 @@ struct VPADAccStatus /** * "Verticality" of the gamepad. * - `.x` is in `[0, +1]`, where `0` means it's being held vertically, `+1` means it's laying flat on a surface. - * - `.y` is in `[-1, +1]`, where `+1` means the screen is vertical normally, `-1` means the screen is upside down. + * - `.y` is in `[-1, +1]`, where `+1` means the screen is upright, `-1` means it's upside down. */ VPADVec2D vertical; };