impr: Handle hiding of main menu better

This commit is contained in:
WerWolv
2023-12-31 11:39:06 +01:00
parent b76e7ff678
commit b22d90f9ca
2 changed files with 11 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ namespace hex {
void setupNativeWindow();
void beginNativeWindowFrame();
void endNativeWindowFrame();
void drawTitleBar() const;
void drawTitleBar();
void frameBegin();
void frame();
@@ -61,6 +61,8 @@ namespace hex {
bool m_unlockFrameRate = false;
ImGuiExt::ImHexCustomData m_imguiCustomData;
u32 m_searchBarPosition;
};
}