Begin mouse control implementation

This commit is contained in:
2025-02-16 15:16:22 +05:30
parent 2519db2ced
commit 49895ec6a6
4 changed files with 41 additions and 27 deletions

View File

@@ -69,6 +69,7 @@ private:
float TargetThrust;
bool bThrottlePressed;
FVector CurrentVelocity;
FRotator TargetRotation;
FQuat CurrentRotation;
FRotator ShipRotation;
float CurrentPitch;
float CurrentYaw;
};