void moveMouse(int x, int y)

Function to simulate movement of mouse
Parameter x - is X coordinate for mouse (int)
Parameter y - is Y coordinate for mouse (int)
This function does not return anything

Card image cap