foohid icon indicating copy to clipboard operation
foohid copied to clipboard

OSX IOKit driver for implementing virtual HID devices (joypads, keyboards, mices, ...) from userspace

Results 14 foohid issues
Sort by recently updated
recently updated
newest added

mitrys-iMac:foohid-py dmierkin$ sudo -H pip install foohid Collecting foohid Downloading foohid-0.1.tar.gz Building wheels for collected packages: foohid Running setup.py bdist_wheel for foohid ... done Stored in directory: /var/root/Library/Caches/pip/wheels/8c/e2/d9/f4a9244187cf9914242d8653710bab04da2b75dcd5af6fe88f Successfully built...

(Posting this here as this seems more alive than foohid-py) When ever I try and import foohid, I get an error: (Tried it on 2.7.9 also, same problem) ![screen shot...

I'm getting this error when running foohid python apps: > MacBook-Air-Bartosz:foohid-py bwiklak$ python test_list.py > Traceback (most recent call last): > File "test_list.py", line 4, in > foohid.create("FooHID {0}".format(i), "xxx")...