Files
test/source/blender/windowmanager
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
..
2009-10-05 12:55:16 +00:00
2009-10-01 16:32:33 +00:00
2009-06-23 00:09:26 +00:00
2009-01-23 03:52:52 +00:00
2009-08-05 02:40:51 +00:00
2.5
2009-07-24 12:43:59 +00:00