Thanks a lot for this great plugin.
Â
I think I need one more mode option for using the mouse/touchpad with project64. What I need is a "dragging" mode (ie: the joystick is moved only if you move the mouse together with the left mouse button. If you stop the mouse but the left button remains pressed, the joystick remains at the last position. Only when you release the left button, the joystick returns to its zero position).
Â
I mean this:
1-If you move the mouse without pressing any button, the joystick remains at static zero position (no motion).
2-If you press the left mouse button, the plugin registers the current mouse position as the "current zero".
3-If you hold the left mouse button pressed, and move the mouse, the analog joystick position is computed as the vector from the previously recorded "current zero" to the current mouse position.
4-If you stop the mouse, but the left mouse button is still pressed, the analog joystick position continues to be the same vector as in 3 (so the motion continues at the same speed).
5-If you release the left mouse button, the analog joystick returns to its zero position (no motion).
6-If you press the left mouse button again, the new current position is registered as the new "current zero".
(...and so on...)
Â
Note that since the analog joystick position will be set as the length of the vector from the "current zero" to the "current position", I believe this mode might need a different scale setting for the motion.
Â
This mode would be greatly useful for both mouse and touchpad use, IMHO, because with the current modes you must be moving the mouse continuously, which is rather uncomfortable (and the absolute mode is hard to get used to, because it's hard to find the zero position).
Â
Could you implement it, please? I believe it should be quite easy...
Â
Thanks a lot anyway for this great plugin!!