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

showing #29

Closed JuicedBird76444 closed 3 years ago

JuicedBird76444 commented 3 years ago

how do i get it to work/ show it on my own thing when doing a game?

RoanH commented 3 years ago

In principle it's just a separate window that you can position anywhere you like. If you want to show it on top of the game you are playing then you will need to enable 'overlay mode'. This will attempt to place the KeysPerSecond window on top of any other non-fullscreen windows. If the game you want to overlay is running in fullscreen mode, then overlaying it is not possible, see #28 for the feature request that tracks this. However, depending on the game it might be an option to not run your game in exclusive fullscreen mode. something like full screen windowed should work just fine.

RoanH commented 3 years ago

Closing this for now.