mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Make GUI buttons respond to multiple rapid clicks
This was SVN commit r8021.
This commit is contained in:
@@ -50,6 +50,7 @@ void IGUIButtonBehavior::HandleMessage(const SGUIMessage &Message)
|
||||
m_Pressed = true;
|
||||
} break;
|
||||
|
||||
case GUIM_MOUSE_DBLCLICK_LEFT:
|
||||
case GUIM_MOUSE_RELEASE_LEFT:
|
||||
{
|
||||
bool enabled;
|
||||
|
||||
Reference in New Issue
Block a user