TeamHypersomnia / Hypersomnia

Multiplayer top-down shooter made from scratch in C++. Play in your Browser! https://hypersomnia.io Made in 🇵🇱
https://hypersomnia.io/
GNU Affero General Public License v3.0
1.08k stars 47 forks source link

Make raw mouse input work under Linux, without sudo #257

Closed geneotech closed 6 years ago

geneotech commented 6 years ago

Currently we're reading from /dev/input/mice, which requires elevated permissions.

Possible solutions:

https://github.com/opentk/opentk/blob/5b03732763d997f5c749130e94bf3bfd257430a7/src/OpenTK/Platform/X11/XI2MouseKeyboard.cs

https://github.com/NoobsArePeople2/manymouse/blob/master/x11_xinput2.c