Swipes

A swipe is simply a quick finger drag in a particular direction on a touch screen. Note -- it doesn't work the same as a finger swipe on your android phone or tablet. The Magic DOSBox swipe is a compromise between mouse emulation, key mapping, and touchscreen functionality.
A Magic DOSBox swipe must meet the following criteria
•Swipe must go from the chosen side of the screen to the opposite. For example, a swipe to UP goes from top of the screen to the bottom.
•A Swipe must be quick (Time between touch DOWN and touch UP must be less than 200 milliseconds)
•Swipe swing must be greater than 50 pixels
It's possible to map various widgets on swipes. These widgets will be executed if the appropriate direction is started.
These widgets can be mapped
•Key
•Target
•Bag
•Special
To the right of the mapped widget is a settings button. All mappable widgets share common options.
Mouse Move Cursor Only. The next mouse click after the swipe will be ignored. This is useful when you use the "Target" widget for scrolling the screen in a real-time strategy.
Mouse Move and Click. Same as above, but does not ignore the next mouse click.