Pitch-Yaw mouse move feature

This commit is contained in:
Michel Mastriani
2020-09-27 11:59:09 -03:00
parent e41fca7b7d
commit 601c000b10
4 changed files with 61 additions and 7 deletions

View File

@ -114,6 +114,8 @@ public:
bool ApplyAll();
void SetRotation(double rot, bool stealth);
void SetScale(double scale);
void SetPitch(double pitch);
void SetYaw(double yaw);
void SetCoordinateStatus(int rasX, int rasY, float worldX, float worldY);
void CenterScrollbars();