Files
glfw/src
Ioannis Tsakpinis c32fefc6a0 Cocoa: Fix unresponsive cursor after ungrab
There is a suppression interval (0.25 seconds by default) after a call
to CGWarpMouseCursorPosition, during which local hardware events
(keyboard and mouse) are ignored. GLFW already calls
CGEventSourceSetLocalEventsSuppressionInterval with a value of 0.0, but
it doesn't help in this case, there is still a short delay before the
cursor can be moved. Moving the CGAssociateMouseAndMouseCursorPosition
call after the cursor position has been restored, fixes the issue.

Closes #1962

(cherry picked from commit 157ebb80aa)
2021-10-13 23:10:15 +02:00
..
2019-07-16 14:38:14 +02:00
2019-11-05 17:59:15 +01:00
2019-11-05 17:59:15 +01:00
2019-04-15 20:50:00 +02:00
2019-04-15 20:50:00 +02:00
2020-02-13 22:02:23 +01:00
2020-06-02 19:01:09 +02:00
2020-06-30 17:09:55 +02:00