Skip to content

Commit 3791b01

Browse files
author
Daniel K. O. (dkosmari)
committed
Better wording.
1 parent e7be985 commit 3791b01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/vpad/input.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ struct VPADAccStatus
257257
/**
258258
* "Verticality" of the gamepad.
259259
* - `.x` is in `[0, +1]`, where `0` means it's being held vertically, `+1` means it's laying flat on a surface.
260-
* - `.y` is in `[-1, +1]`, where `+1` means the screen is vertical normally, `-1` means the screen is upside down.
260+
* - `.y` is in `[-1, +1]`, where `+1` means the screen is upright, `-1` means it's upside down.
261261
*/
262262
VPADVec2D vertical;
263263
};

0 commit comments

Comments
 (0)