Marco Borgeaud
Marco Borgeaud
There's a big difference between git and an issue tracker such as this one... We want to centralise discussions in one place, i.e. the forum, and that's why we have...
In any case, wouldn't anyone using joysticks need an invert axis option in the user settings? I understand that it's puzzling to get different values on different OSes, but is...
Since this could have an impact on the Android version, I recommend to discuss this on the forum with the community. (Well, like [all feature requests](https://github.com/SFML/SFML/blob/master/CONTRIBUTING), actually. ;-))
@osa1 There was a different proposal for this feature a few weeks ago but no decision was taken. You can see the details on the forum [here](http://en.sfml-dev.org/forums/index.php?topic=18042.0) and give your...
I don't have answers to the above questions but since the code needs a bit of cleaning (*) and testing on actual "touchable" device I removed the accepted label. (*)...
Question: do Windows/Linux support drag operation for other kinds of data (e.g. text, image, ...)? Mac does, that's why I'm asking. It actually works like a clipboard for that. So,...
Could you clarify what does `setRawMouseEnabled` exactly do? I haven't looked at your implementation but the header doesn't include the expected documentation. :)
Those are really technical details I don't understand (not being a Windows/Linux dev). ;) So, does `setRawMouseEnabled(true)` mean the cursor doesn't move anymore on the screen and we get only...
So, why not simply always add this information to the existing event? Is there a side effect to this feature on Linux/Windows? On Mon, 29 Jan 2018, 18:43 Paul Meffle,...
This isn't a problem on macOS so that's why I got confused. With that in mind, having a second kind of event for motion is fine, I guess, because one...