astruyk / Ares

An arma3 mod that adds some extra functionality to Zeus
51 stars 11 forks source link

Experimental - Add modifier key to make it possible to zeus-control units by double-clicking #161

Closed astruyk closed 9 years ago

astruyk commented 10 years ago

Something like CTRL-SHIFT-Doubleclick might work. There's an event hander for double clicking on a unit - maybe we can catpure that and prevent the normal double-click UI from showing and do a remote control instead.

Need to figure out:

TheOtherTaylor commented 9 years ago

the double-click UI can be particularly useful, so if there is a way to capture the double-click with a modifier, make sure you don't disable normal functionality.

astruyk commented 9 years ago

Yes, this would have to apply ONLY if the modifier was held. Otherwise the normal double-click menu would appear. If that's not possible, then this wouldn't work.