blender/intern/ghost
Campbell Barton 77476b294f Experimental option to allow moving the mouse outside the view, "Continuous Grab" in the user-prefs.
- Useful for dragging buttons to the far right when theyd otherwise hit the screen edge.
- Useful for transform though probably NOT what you want when using the transform manipulator (should make an option).
- When enabled, number buttons use this as well as a different conversion of mouse movement
  float numbuts: mouse 1px == 1-clickstep
  int numbuts: 2px == 1 (tried 1:1 but its too jitter prone)

details...
- access as an option to GHOST_SetCursorGrab(grab, warp)
- Currently all operators that grab use this, could be made an operator flag
- only Ghost/X11 supported currently
2009-10-07 07:11:10 +00:00
..
doc This commit fixes up a bunch of svn properties to hopefully make things a little nicer for everyone. 2007-08-28 10:07:08 +00:00
intern Experimental option to allow moving the mouse outside the view, "Continuous Grab" in the user-prefs. 2009-10-07 07:11:10 +00:00
make Merge of itasc branch. Project files, scons and cmake should be working. Makefile updated but not tested. Comes with Eigen2 2.0.6 C++ matrix library. 2009-09-24 21:22:24 +00:00
test Big, big commit!! 2009-05-05 23:10:32 +00:00
CMakeLists.txt Cocoa port start: 2009-09-30 08:47:39 +00:00
GHOST_C-api.h Experimental option to allow moving the mouse outside the view, "Continuous Grab" in the user-prefs. 2009-10-07 07:11:10 +00:00
GHOST_IEvent.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_IEventConsumer.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_ISystem.h 2.5: Text Editor back. 2009-02-28 23:33:35 +00:00
GHOST_ITimerTask.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_IWindow.h Experimental option to allow moving the mouse outside the view, "Continuous Grab" in the user-prefs. 2009-10-07 07:11:10 +00:00
GHOST_Rect.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_Types.h Cocoa port : 2009-10-05 12:55:16 +00:00
Makefile Makefile updates for Blender 2.5 (from GSR) 2009-03-19 01:50:45 +00:00
SConscript == SCons == 2009-09-05 01:58:02 +00:00