Mario Liebisch
Mario Liebisch
I'd be happy to work on this, but unfortunately not possible as long as parts of the source code are missing from the repository. @aigt The "mess" is UTF-8 encoding....
I don't have any Linux system in use currently (except a VM), so can't really test it under real conditions. But overall I agree, the alignment should be identical no...
It's up to the driver how to interpret components. It's not really standardized either. It's certainly possible a dpad is handled as a coolie hat, single buttons, or similar, it...
Just do it, then create a pull request and refer to this issue by mentioning `#1232` in the text.
I'd claim that MP3 would be popular/useful enough to even accept asynchronous handling for now, especially considering it would cover most popular use cases.
If DPI Awareness is not declared, both functions would probably return the very same thing, so this only works if SFML declares awareness, but then it's theoretically very inconsistent and...
For testing it should be enough to use a large font combined with many different glyphs, so you fill up the available texture.
@SuperV1234 Although very basic, you can just compile the Android example's code and run that on your desktop. You can do very minimalistic modifications to update the code to show...
Have to check that once I've got some time, but this would also mean more code/fragmentation. Right now we've got two code paths - pre-Win7 with no touch and Win7+...
Cool, thanks. :) > - sf::Touch::isDown(i) always returns false. Non-event touch stuff isn't implemented yet (see above). > - Digitizer pen input is not detected at all. This is interesting....