mirror of
https://github.com/edubart/otclient.git
synced 2025-12-23 00:27:12 +01:00
rework on dat and spr loader
This commit is contained in:
@@ -37,7 +37,7 @@ void UIManager::resize(const Size& size)
|
||||
m_rootWidget->resize(size);
|
||||
}
|
||||
|
||||
void UIManager::inputEvent(const InputEvent& event)
|
||||
void UIManager::inputEvent(const PlatformEvent& event)
|
||||
{
|
||||
// translate input event to ui events
|
||||
if(m_rootWidget) {
|
||||
|
||||
Reference in New Issue
Block a user