mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Quick backpack window on shift+click
This commit is contained in:
@@ -254,6 +254,10 @@ void EventDispatcher::handleLeftButtonClick(const Point & position, int toleranc
|
||||
i->mouseClickedState = isPressed;
|
||||
i->clickCancel(position);
|
||||
}
|
||||
else if(isPressed)
|
||||
{
|
||||
i->notFocusedClick();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user