[Bf-blender-cvs] CVS commit: blender/intern/ghost/intern GHOST_SystemCarbon.cpp

Ton Roosendaal ton at blender.org
Sat Nov 6 15:52:25 CET 2004


ton (Ton Roosendaal) 2004/11/06 15:52:25 CET

  Modified files:
    blender/intern/ghost/intern GHOST_SystemCarbon.cpp 
  
  Log:
  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
  
  Revision  Changes    Path
  1.18      +5 -3      blender/intern/ghost/intern/GHOST_SystemCarbon.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/intern/ghost/intern/GHOST_SystemCarbon.cpp.diff?r1=1.17&r2=1.18&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list