Susko3

Results 177 comments of Susko3

Sure, here it is: 1. Add a new example in `examples/` 2. Run `python VisualC/examples/generate.py` - Take note of the newly generated `.vcxproj` files 3. Modify the `.vcxproj` files if...

I've edited the original post to also mention closing and minimising the window since it also leaves the cursor in an invalid position. This naïve approach does work, but only...

The behaviour hasn't changed. It's still exactly the same as described in the OP. Running commit e31c68427a3aa29db6a8ab8ceb1cdd52d3d7edf5.

Negative grade counts are still a problem. See [this discord conversation](https://discord.com/channels/188630481301012481/1097318920991559880/1239166334936285255). The profile in question is https://osu.ppy.sh/users/35641744, their A-rank count should be `1`. I'm unsure about what the underlying issue...

> It seems like this was an intentional choice (see [this issue](https://github.com/VocaDB/vocadb/issues/73)), but only restricting it to original songs seems inadequate. I'm guessing that it was limited to original songs...

I would make the `Get{Text,Image}` methods of the `Clipboard` API `async`, then schedule the SDL clipboard APIs calls on the main thread and report the result via the usual task...

For Windows 8+, you probably want [win32 pointer input](https://learn.microsoft.com/en-us/windows/win32/inputmsg/messages-and-notifications-portal). I think if you try supporting pointer inputs for pens, you might be forced to use it for touch as well.

If you want to make it not crash, just ensure that the display is never set to null – in case there is no display, just lie to everyone that...

Keep in mind that the hint can be toggled while the game is running. So if some issue is a deal-breaker, we can just toggle the hint off as needed....

Unblocked as we have a fix for disabling the windows key during gameplay in osu!: https://github.com/ppy/osu/pull/35727.