Joseph Madamba

Results 148 comments of Joseph Madamba

Here's the osu!-side branch (when I'm not here after this is merged): https://github.com/ppy/osu/compare/master...Joehuu:osu:tooltip-allow-cursor-overlap The current `true` cases are these (ones pointed out in the issues):

Previously: https://github.com/ppy/osu/discussions/27998

Related (just anime): https://github.com/ppy/osu-web/issues/12415

Lazer-side issue: https://github.com/ppy/osu/issues/32117 Probably gonna leave open for visibility here.

@mustafa-sayyed the person you've mentioned is just a user. We generally don't assign external contributors via GitHub interface, but feel free to work on this.

Perhaps it is this longstanding issue in https://github.com/ppy/osu-framework/issues/4086? Please try setting confine mouse cursor to never.

Seems to be something related to OpenGL renderer. Does switching the renderer back to `Automatic`, which is Direct3D11, work? You can change that in `framework.ini` in `%appdata%\osu` (default location). The...

Implemented in https://github.com/ppy/osu/pull/30346.