mirror of
https://github.com/izzy2lost/WeeU.git
synced 2026-07-06 00:19:59 -07:00
Remove guiWrapper from gui project & replace all functions with callbacks
This commit is contained in:
@@ -60,6 +60,18 @@ InputManager::~InputManager()
|
||||
m_update_thread.join();
|
||||
}
|
||||
|
||||
bool s_input_config_window_has_focus = false;
|
||||
|
||||
bool InputManager::input_config_window_has_focus()
|
||||
{
|
||||
return s_input_config_window_has_focus;
|
||||
}
|
||||
|
||||
void InputManager::set_input_config_window_focus(bool has_focus)
|
||||
{
|
||||
s_input_config_window_has_focus = has_focus;
|
||||
}
|
||||
|
||||
void InputManager::load() noexcept
|
||||
{
|
||||
for (size_t i = 0; i < kMaxController; ++i)
|
||||
|
||||
Reference in New Issue
Block a user