more camera movement
This commit is contained in:
@@ -7,6 +7,8 @@ struct SharedWindowData
|
||||
int32_t WindowWidth = 1920;
|
||||
int32_t WindowHeight = 1080;
|
||||
bool HeldScanCodes[512]{0};
|
||||
float MouseDeltaX = 0.0f;
|
||||
float MouseDeltaY = 0.0f;
|
||||
};
|
||||
|
||||
struct FileChangeNotification
|
||||
|
||||
Reference in New Issue
Block a user