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

ImGui cursors, clipboard, TTF font & fixes

This commit is contained in:
2021-05-25 09:36:58 -04:00
parent 4b4e991c39
commit 0fb21ece35
7 changed files with 88 additions and 24 deletions

View File

@@ -18,7 +18,7 @@ public:
bool m_mouseIn = true;
} Input;
static void Initialize(boo::IGraphicsDataFactory* factory, const boo::SWindowRect &rect, float scale);
static void Initialize(boo::IGraphicsDataFactory* factory, boo::IWindow* window, float scale);
static void Shutdown();
static void Begin(float dt, float scale);