gameboy9 / randoTracker

Generic tracking software for randomizers
GNU General Public License v3.0
4 stars 3 forks source link

Items gotten through right-clicks don't add splits #57

Open DududeDude opened 6 years ago

DududeDude commented 6 years ago

Currently the split timer only gets added when items are left-clicked. This makes sense for the most part since you'd occasionally right-click to cancel an accidental click too many on anything with multiple pictures. If however you're using right-click to immediately go one of the later items it won't add a split for that one to the tracker.

This becomes relevant for, say, a DWR where Erdrick's Armor or Sword is found very early. You'd generally just get to it with a single right-click but this never generates a split.

Since the cancelling functionality should be kept intact, maybe only have it generate a split when the timer is 0:00:00 on that particular item?