OpenRA/d2

After click on Command any mouse button should be used.

evgeniysergeev opened this issue · 3 comments

Currently only right mouse button accepted

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().

OpenRA/OpenRA#19504 provided a way this can be implemented.
This issue is no longer blocked, just needs an engine update.

Waiting for #222 to be merged