mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-23 01:39:19 +02:00
Merge branch 'milek-dev' into gfx-work
This commit is contained in:
@@ -43,6 +43,7 @@ public:
|
||||
set_background( std::string const &Filename = "" );
|
||||
void
|
||||
set_tooltip( std::string const &Tooltip ) { m_tooltip = Tooltip; }
|
||||
void set_cursor(int const Mode);
|
||||
|
||||
std::deque<std::string> log;
|
||||
|
||||
@@ -67,9 +68,11 @@ private:
|
||||
bool m_f8active = false;
|
||||
bool m_f9active = false;
|
||||
bool m_f10active = false;
|
||||
bool m_f11active = false;
|
||||
bool events_active = false;
|
||||
bool log_active;
|
||||
|
||||
bool m_cursorvisible;
|
||||
|
||||
ImGuiIO *imgui_io;
|
||||
|
||||
// progress bar config. TODO: put these together into an object
|
||||
|
||||
Reference in New Issue
Block a user