ioHub icon indicating copy to clipboard operation
ioHub copied to clipboard

Switch to a ctypes wrapper for OSX Quartz global hooks

Open isolver opened this issue 11 years ago • 0 comments

Quartz is a C library, not objC. It should not be hard to wrap the neseccary API functions in ctypes, proving better flexibility and removing the pyobjc depdency. Again, if / when there is time.

Should also check to see if Alex has not already wrapped the Quartz lib in ctypes as an OSX lib file in pyglet.

isolver avatar Apr 13 '13 23:04 isolver