mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
sys: Updated ImGui, ImPlot and imnodes to latest versions
This commit is contained in:
@@ -33,6 +33,8 @@ namespace hex {
|
||||
void frame();
|
||||
void frameEnd();
|
||||
|
||||
void processEvent() { this->m_hadEvent = true; }
|
||||
|
||||
void initGLFW();
|
||||
void initImGui();
|
||||
void exitGLFW();
|
||||
@@ -56,6 +58,10 @@ namespace hex {
|
||||
std::fs::path m_imguiSettingsPath;
|
||||
|
||||
bool m_mouseButtonDown = false;
|
||||
|
||||
bool m_hadEvent = false;
|
||||
bool m_frameRateTemporarilyUnlocked = false;
|
||||
double m_frameRateUnlockTime = 0;
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user