Mouse Touch Widget
A very flexible and fast way for controlling mouse buttons. This widget has two important properties.
Properties
•Duration - time during which mouse action is active.
•Mouse Action - what action will be fired.
Duration
•Permanent - Normally, Magic DOSBox sets the left mouse button as the default mouse (tap) action. This means that all default taps are executed
as left clicks. The Permanent duration property changes the default left button to something else.
•While Button is Pressed - the default mouse action is only changed while the widget is pressed.
•Click - Pressing this widget emulates clicking a mouse and releasing it emulates releasing the click. Very good for relative mouse control.
Mouse Action
•Left button
•Right button
•Middle button
•Left+Right button
•Move mouse or "By System" for click duration
Additional flags
•Double click - if this action is separate from the "Mouse move" action, then it is executed as a double-click. This can't be used with
the "Permanent" duration action.
•Ignore Next Mouse Up-click - this is usable only with the second duration action type. A mouse down-click is fired on the first tap and a mouse up-click is fired on the second tap.