Better wording.

This commit is contained in:
Daniel K. O. (dkosmari)
2026-05-21 00:24:00 -03:00
parent e7be98502d
commit 3791b01319

View File

@@ -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;
};