Page MenuHome

Fix T46341: OS X trackpad and magic mouse gestures not working with 10.11 SDK.
ClosedPublic

Authored by Brecht Van Lommel (brecht) on Oct 4 2015, 6:21 PM.

Diff Detail

Repository
rB Blender

Event Timeline

Brecht Van Lommel (brecht) retitled this revision from to Fix T46341: OS X trackpad and magic mouse gestures not working with 10.11 SDK..
Brecht Van Lommel (brecht) updated this object.

@Brecht Van Lommel (brecht) could we incorporate the GHOST_kTrackpadEventUntouch event in this commit? It is something I implemented in D897 but that relies on NSEventTypeEndGesture.

I'm not sure why it would need to be included in this commit, best to do it separately I think.

Since NSEventTypeEndGesture doesn't work, checking if [event momentumPhase] == NSTouchPhaseEnded might.

you're right. I guess I was just looking for a replacement in the new API. I will try that after this patch gets merged.

This revision was automatically updated to reflect the committed changes.