TouchPad emulation
Description
This plugin can be used to simulate input from a computer mouse or laptop touchpad. It emulates mouse movements, button clicks, and scroll wheel movements.
With this plugin, you can:
- Move the mouse cursor across the computer screen by touching the screen of your phone or tablet;
- Simulate mouse clicks by touching the screen of your phone or tablet;
- Simulate mouse wheel scrolling by swiping your finger across the screen of your phone or tablet.
The plugin has separate commands for simulating a computer mouse (Click Left Button, Click Right Button, Click Scroll Button, Left Button Down, Left Button Up, MoveXY, Right Button Down, Right Button Up, Vertical Scroll).
There is also a universal command for controlling all mouse actions (Mouse Action Code).
You can specify a control code in its parameters. For example, the code “L” will simulate a left-click, and the code “200 300” will offset the mouse pointer by x=200 y=300
Parameters
| Name: |
Click Left Button
|
| Type: |
Text
|
| Description: |
Emulates the left button click of a computer mouse. Any value can be passed.
|
| Name: |
Click Right Button
|
| Type: |
Text
|
| Description: |
Emulates the right button click of a computer mouse. Any value can be passed.
|
| Name: |
Click Scroll Button
|
| Type: |
Text
|
| Description: |
Emulates mouse wheel scroll
|
| Name: |
Left Button Down
|
| Type: |
Text
|
| Description: |
Emulates press and hold of the left mouse button. Any value can be passed.
|
| Name: |
Left Button Up
|
| Type: |
Text
|
| Description: |
Emulates release of previously pressed left mouse button. Any value can be passed.
|
| Name: |
Mouse Action Code
|
| Type: |
Text
|
| Description: |
Enter one of the following commands to control the emulator: “L” — click left button, “S+” — scroll up, “S-” — scroll down, “R” — click right button, “S” — click middle button, “200 300” — mouse cursor offset by X=200 and Y=300
|
| Name: |
MoveXY
|
| Type: |
Text
|
| Description: |
Signed values in integer format representing cursor movement along the X and Y axes (for example "200 -300")
|
| Name: |
Right Button Down
|
| Type: |
Text
|
| Description: |
Emulates press and hold of the right mouse button. Any value can be passed.
|
| Name: |
Right Button Up
|
| Type: |
Text
|
| Description: |
Emulates release of previously pressed right mouse button. Any value can be passed.
|
| Name: |
Vertical Scroll
|
| Type: |
Text
|
| Description: |
Increment of vertical scrolling of the wheel "+" or "-"
|