Lukas Dürrenberger

Results 491 comments of Lukas Dürrenberger
trafficstars

Only part of the issue has been resolved, see the PR draft #1724

May potentially be better handled with scancode support #1235

Yes, having looked at all the existing well-known implementation, it also seems like everyone does it a bit different and of course it also depends on the OS. It's something...

Given #810 that should fix this issue, I'm unsure how it still occurs. What kind of mouse are you using? If you can reproduce it again, can you step into...

My issue with such an API change is mostly that we're exposing an implementation detail, but at the same time I see the limitation SFML is creating for advanced use...

Sorry for getting back to only so late. I've tested the code and it seems to work, however, I have my concerns about dropping `WM_KEYUP` and just using `WM_SYSKEYUP`. It's...

We already had a HarfBuzz PR/draft once. I think in the long run it's a must, as the current implementation can't handle complex text layouts either. But rather than adding...

I think it makes sense to use this by default. Might cause some alignment issues for those who relied on some fixed positioning or widths, other than that, I think...

The CMake script is attached above (collapsed by default). Should enough to just throw in a default SFML example code in a C++ file, given that it somehow fails with...