d2 icon indicating copy to clipboard operation
d2 copied to clipboard

After click on Command any mouse button should be used.

Open evgeniysergeev opened this issue 4 years ago • 3 comments

Currently only right mouse button accepted

evgeniysergeev avatar Jun 16 '20 06:06 evgeniysergeev

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

evgeniysergeev avatar Jun 18 '20 10:06 evgeniysergeev

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.

penev92 avatar Dec 20 '22 10:12 penev92

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

evgeniysergeev avatar Jul 04 '23 10:07 evgeniysergeev