VGamepad PC
The Windows app for the virtual game controller.
|
#include "mouseSim.hpp"
Functions | |
void | moveMouseToPosition (int x, int y) |
Move the mouse to the specified coordinates. | |
void | moveMouseByOffset (int x, int y) |
Move the mouse by the specified offset. | |
void | leftClick () |
Simulate a left click. | |
void | singleClick () |
Simulate a single left click. | |
void | doubleClick () |
void | rightClick () |
void | middleClick () |
void | scrollUp () |
void | scrollDown () |
void doubleClick | ( | ) |
void leftClick | ( | ) |
Simulate a left click.
void middleClick | ( | ) |
void moveMouseByOffset | ( | int | x, |
int | y ) |
Move the mouse by the specified offset.
x | from 0 to screen width |
y | from 0 to screen height |
void moveMouseToPosition | ( | int | x, |
int | y ) |
Move the mouse to the specified coordinates.
x | from 0 to screen width |
y | from 0 to screen height |
void rightClick | ( | ) |
void scrollDown | ( | ) |
void scrollUp | ( | ) |
void singleClick | ( | ) |
Simulate a single left click.