DescriptionAdd GesturePinchBegin/End events on Mac
Because a single gesture (in NSEvent-speak) can contain multiple types
of sub-gestures (e.g, pinch and rotate), we do not get a begin/end
of the magnify-only part of the gesture. Work around this by saving
the NSEvent-gesture's beginning event, sending it (with the right type)
when the magnification begins, and sending an end event when the
gesture ends (only if a magnification event was sent).
BUG=451559
Committed: https://crrev.com/be0b14cb9955f2b4674e5f5f11755eb9f6276658
Cr-Commit-Position: refs/heads/master@{#314594}
Patch Set 1 #Patch Set 2 : Add mock gesture events #Patch Set 3 : Update OWNERS file #
Messages
Total messages: 28 (9 generated)
|