Brandon Shaver
Brandon Shaver
Just discovered a bug. The interval is not reset after the mouse click action in the current implementation. I need to move the interval update logic into the OnClickTimerElapsed function
> > 1. Add some indication in the UI that only the Click Interval or Randomized Click Interval can be used (not both). Possibly disable the input box when either...
@KronkIV I considered using the existing Click Interval as a portion of the input, but I ultimately decided against because it is more ambiguous. Without additional UI information, it's not...
@IdiosApps @oriash93 I have attempted to disable the inputs at an appropriate time, but unforunately I can't figure out why the disabled state of the input won't update after the...
Here is what the interface looks like when the Click Interval is set to 0  And here is the appearance when there is a non-zero Click Interval  In...
> human action/response times tend to be closer to normal, skewed, and multimodal distributions Thats a very intereting point and something I hadn't considered. > have you noticed whether the...