Blender Git Loki
Git Commits -> Revision 6ef4d3a
Revision 6ef4d3a by Ton Roosendaal (master) November 6, 2004, 14:52 (GMT) |
Solved annoyance in OSX warp cursor. The former used CGPostMouseEvent call behaves very unpredictable (ask google) and seems to clear pending events as well (fly mode, shift event dissappears). The now used call, CGWarpMouseCursorPosition, creates no event so it has to be combined with updating mouse cursor location in ghostwinlay.c |
Commit Details:
Full Hash: 6ef4d3aec550aaed724a2b2b91d6822853a41323
SVN Revision: 3383
Parent Commit: cf407da
Lines Changed: +3, -1
1 Modified Path:
/intern/ghost/intern/GHOST_SystemCarbon.cpp (+3, -1) (Diff)