11
Is there any way to fix libevdev's locking issues?
(lemmy.world)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
Did some digging iin those libraries, apparently all just using the standard
read()function instead of the libevdev one, and I have yet to see anything aboutEV_SYN, maybe this way you don't have to bother with it.Okay, it seems like SDL does actually use
EV_SYNfor signaling reasons.