I am looking to get gestures from a touch screen or even trackpad on OSX. I know there is some internal implementation- I had a search and found some info on the native apple objective c calls
NSEventTypeGesture = 29,
NSEventTypeMagnify = 30,
NSEventTypeSwipe = 31,
NSEventTypeRotate = 18,
NSEventTypeBeginGesture = 19,
NSEventTypeEndGesture = 20
Has anyone implemented these before in OF?