OpenRA / d2

A d2 mod for OpenRA
GNU General Public License v3.0
57 stars 20 forks source link

After click on Command any mouse button should be used. #196

Open evgeniysergeev opened 4 years ago

evgeniysergeev commented 4 years ago

Currently only right mouse button accepted

evgeniysergeev commented 4 years ago

it is not possible to implement this using current engine, because mouse buttons checks is hardcoded in UnitOrderGenerator, and UnitOrderGenerator can not be changed to anything else, because it will be re-created again in World.cs in CancelInputMode().

penev92 commented 1 year ago

https://github.com/OpenRA/OpenRA/pull/19504 provided a way this can be implemented. This issue is no longer blocked, just needs an engine update.

evgeniysergeev commented 1 year ago

Waiting for https://github.com/OpenRA/d2/pull/222 to be merged