mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-29 07:32:30 +00:00
--
This was SVN commit r9593.
This commit is contained in:
@@ -70,7 +70,7 @@ void IGUIButtonBehavior::HandleMessage(SGUIMessage &Message)
|
||||
// BUTTON WAS DOUBLE CLICKED
|
||||
else
|
||||
{
|
||||
if (SendEvent(GUIM_MOUSE_DBLCLICK_LEFT, "doublepress") == IN_PASS)
|
||||
if (SendEvent(GUIM_DOUBLE_PRESSED, "doublepress") == IN_PASS)
|
||||
SendEvent(GUIM_PRESSED, "press");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user