Name: Anonymous 2007-01-25 17:18
I want to do one of the following (in winapi):
- Wrap the cursor around the screen (like 3ds max).
- Get "proper" mouse movement deltas even when moving the cursor against the screen edge.
This is to be used for image panning (so the user won't have to click-and-drag as much for large images).
Manually readjusting the mouse position tends to kill the mouse acceleration (which is pretty annoying so I'd like to avoid that).
- Wrap the cursor around the screen (like 3ds max).
- Get "proper" mouse movement deltas even when moving the cursor against the screen edge.
This is to be used for image panning (so the user won't have to click-and-drag as much for large images).
Manually readjusting the mouse position tends to kill the mouse acceleration (which is pretty annoying so I'd like to avoid that).