mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-08-07 02:15:33 -04:00
Finish Freecam (#186)
* Fix freecam rotation smoothing * Configure freecam controller * Fix cont z button and impl freecam on/off events
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user