Hi, I want to port my .kext file to Mac 10.9 for using touch displays.
Essentially, the kext lists the devices and gives it the details about the HW, however, my issue is that it seems that one variable in particular that was used previously (Mac 10.8 and earlier) doesn't seem to do anything anymore:
When changing this value I don't see any corrections to the 'touch' on the display. Did they introduce a new way of manipulating touch displays on 10.9 for fingers/pens?
Any help is appreciated.
EDIT: I've also posted a thread in the Mac Developer forums
https://devforums.apple.com/thread/208905
Essentially, the kext lists the devices and gives it the details about the HW, however, my issue is that it seems that one variable in particular that was used previously (Mac 10.8 and earlier) doesn't seem to do anything anymore:
Code:
AbsoluteAxisBoundsRemovalPercentage
When changing this value I don't see any corrections to the 'touch' on the display. Did they introduce a new way of manipulating touch displays on 10.9 for fingers/pens?
Any help is appreciated.
EDIT: I've also posted a thread in the Mac Developer forums
https://devforums.apple.com/thread/208905
Last edited: