summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2025-02-07 19:27:44 -0700
committerGitHub <noreply@github.com>2025-02-07 19:27:44 -0700
commit7fe705227028ef136317fbc9eceafd8bd366e6a2 (patch)
treefb4c72186fdc7484ad1734f3846988009e799ab4 /include
parentfc1e1a97825c129f114a5c59ab1820d1a1b9187f (diff)
Finish Freecam (#186)
* Fix freecam rotation smoothing * Configure freecam controller * Fix cont z button and impl freecam on/off events
Diffstat (limited to 'include')
-rw-r--r--include/common_structs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common_structs.h b/include/common_structs.h
index 8ae06ea1e..b5efa387a 100644
--- a/include/common_structs.h
+++ b/include/common_structs.h
@@ -66,6 +66,8 @@ struct D_80150158 {
struct Controller {
s16 rawStickX;
s16 rawStickY;
+ s16 rightRawStickX;
+ s16 rightRawStickY;
u16 button; // HeldButton
u16 buttonPressed; // OnTriggered
u16 buttonDepressed; // OffTriggered