Is there any way to install the python-evdev library on Mac OS? When I try to install it, Mac says that The linux/input.h header file is missing. (of course). Is it possible to install it under Mac? Or do you know any other alternative?
I have an application that reads the Wacom inputs in /dev/input/wacom, and it works great on Linux, but I'm trying to run it under Mac as well.