Closed denis-stepanov closed 7 months ago
t - emulate a hit
should become:
t / T - emulate a hit / unconditionally
The difference between the two is that T would ignore TV dead time, which would allow for quick "undo" of an erroneous hit. The dead time was introduced to avoid concurrent actions from threads; it does not make much sense with slow user input.
T
should become:
The difference between the two is that
T
would ignore TV dead time, which would allow for quick "undo" of an erroneous hit. The dead time was introduced to avoid concurrent actions from threads; it does not make much sense with slow user input.