Blender Git Loki
Git Commits -> Revision d6fd036
Revision d6fd036 by Bastien Montagne (master) October 15, 2020, 11:55 (GMT) |
Fix part of T74918: 3D Viewport: Jump, when mouse crosses a window corner. We need a separate time stamp for each axis, and we have to add a few milliseconds of padding to those, to ensure wrapping on both axes get properly performed when it happens almost simultaneously, and avoid extra wrapping caused by very close events sometimes. This only addresses the Linux (X11 backend) case. Differential Revision: https://developer.blender.org/D9209 |
Commit Details:
Full Hash: d6fd03616ec2fab836610422f177d54ab3e2fd85
Parent Commit: f1aa55b
Lines Changed: +20, -11