Lukas Dürrenberger
                                            Lukas Dürrenberger
                                        
                                    @doodlemeat Thanks for the contribution, I'm sure if anyone wants to get around implementing this feature cross-platform, your code might be inspiring. :smiley:
Since this issue is about "raw input", is raw mouse data always relative? I'd go for `MouseMovedRelative` so it's the same as `MouseMoved` except for the suffix. (Or would `MouseMovedRaw`...
If the "delta" is not pixel based, then I'd go with `MouseMovedRaw` as it would otherwise be misleading. Having it separated makes sense, since as said the data isn't the...
@EtoileScintillante Thanks for trying to reproduce this issue, it however might be a Linux or rather X11 related issue, so won't be reproducible on macOS. As X11 is an asynchronous...
While we do appreciate the contributions, we also expect people to not just ignore the template text, add useful information like a description and to remove unrelated text blocks. Can...
SFMLBuildMaster: Build this please.
We're still looking for someone to be willing to provide an implementation for Windows and Linux! If you want to contribute, fork SFML and provide a pull request based this...
> I have a small idea: what if getDescription returns empty string if the corresponding description is not found? I wouldn't recommend that, as "no response" is often a bit...
Now that I've finally gone through and made a list of all the scancodes and mappings (for Windows), I feel like having an overview and discussing some of the open...
> You mention key 42 twice as if they are different keys; I presume one of them should be a different number? Sorry, it was a typo indeed. I was...