2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 21:07:42 +00:00

Give the input viewer it's own overlay

This commit is contained in:
2021-06-06 14:22:59 -07:00
parent 995dc184b0
commit 34baaa8adb
2 changed files with 186 additions and 143 deletions

View File

@@ -86,6 +86,7 @@ private:
bool m_isInitialized = false;
int m_debugOverlayCorner = 2; // bottom-left
int m_inputOverlayCorner = 3; // bottom-right
const void* m_currentRoom = nullptr;
double m_lastRoomTime = 0.f;
double m_currentRoomStart = 0.f;
@@ -102,5 +103,6 @@ private:
void ShowLayersWindow();
void ShowConsoleVariablesWindow();
void ShowMenuHint();
void ShowInputViewer();
};
} // namespace metaforce