mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-26 19:26:06 +00:00
Right click/double click support in main GUI handler, minimap updates-drag and order issuing
This was SVN commit r3381.
This commit is contained in:
@@ -47,7 +47,8 @@ IGUIObject::IGUIObject() :
|
||||
GUI<bool>::SetSetting(this, "absolute", true);
|
||||
|
||||
|
||||
|
||||
for (int i=0; i<6; i++)
|
||||
m_LastClickTime[i]=0;
|
||||
bool hidden=true;
|
||||
|
||||
GUI<bool>::GetSetting(this, "hidden", hidden);
|
||||
|
||||
Reference in New Issue
Block a user