26 Oct 2019, 12:32
I think there is a bit of confusion what is actually counted here. So as far as I can see in the ESO Tracker source code, it does read the commands from the records file. So you cannot map mouse clicks directly to actions here.
What is interesting here is how the BANG engine handles repeated clicks, especially for the work command (i.e move/attack units). If the BANG engine discards a work command if the same click has been made within a second. The reason here is to reduce network bandwidth and the improve performance.