Jonny
Jonny
Yeah based on the documentation it should be fine, just trying to work out why it would have been added in the first place. Do we want to disable software...
I beleive this an issue with accessing accessibility features - you should get a popup when you run the app asking to give the app permissions to use them. If...
Using raw input for keyboard (and also joysticks I think) would be beneficial too
I can probably look at the Windows implementation as soon as these questions are resolved
Can you run cmake with the `--trace` option and share the output from that? You should see it going into [this](https://github.com/SFML/SFML/blob/27a4c83ebc724a978e554e77f5f231b887e0bdd9/CMakeLists.txt#L230) condition. The "possible fix" would be the correct way...
Any updates on this? It offers extra functionality without breaking anything existing so hopefully there are no objections
Even if the plugin doesn't support installing the different versions, it would be great if there was a way to make it update the available versions on the fly I...
What's the difference in performance if you don't reuse the PCH? I'm fairly sure that's the cause of the issues. So if we avoid doing that we can cover all...
Id say option 5 is best - although we can't use the STL one the arguments for it still stand and for SFML's purposes it wouldn't be too hard to...
I don't think `std::span` was shot down and afaik there was no decision on polyfills so no minds need to be changed? I'd say the opposite fwiw - we first...