RoanH / KeysPerSecond

A keys-per-second meter & counter. Written for osu! but should work for other rhythm games too.
https://osu.ppy.sh/forum/t/552405/
GNU General Public License v3.0
346 stars 28 forks source link

Added a function to adjust the update cycle of "Total" #27

Closed ojh050118 closed 3 years ago

ojh050118 commented 3 years ago

It feels like the update cycle of "Total" is 1 second. It would be nice if you could update "Total" immediately or set the frequency.

RoanH commented 3 years ago

The update frequency of the total panel is controlled by the update rate. So if you want it to update faster you can change that setting.

RoanH commented 3 years ago

I'm going to close this for now. I hope that my previous comment resolved the issues, if not feel free to reopen this. Immediate global stat panel updates are not something I have on my todo list for the time being. Though I don't rule out that I might implement something like that some day.