mirror of
https://github.com/zhenyan121/SporeBG-Conid.git
synced 2026-04-10 06:14:08 +08:00
Added DebugInfo
This commit is contained in:
13
src/ui/managers/debug/DebugData.h
Normal file
13
src/ui/managers/debug/DebugData.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
struct DebugData {
|
||||
bool showFPS = true;
|
||||
bool showMousePosition = true;
|
||||
std::pair<int, int> mousePosition = {0, 0};
|
||||
std::pair<int, int> mouseLogicalPostion = {0, 0};
|
||||
int currentFPS = 0;
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user