Rotating steering wheel in onroad UI

Added toggle to rotate the steering wheel in the top right corner of the onroad UI.
This commit is contained in:
FrogAi
2024-01-12 22:39:30 -07:00
parent a37d8e5830
commit 0fbbae8471
7 changed files with 38 additions and 3 deletions

View File

@@ -83,6 +83,8 @@ private:
std::map<int, QPixmap> wheelImages;
bool rotatingWheel;
int steeringAngleDeg;
int wheelIcon;
int y_offset;
};