Skip to content

Commit be280d8

Browse files
committed
Added header to moveMouse.
1 parent 5501e7e commit be280d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/mouse.c

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
#define M_SQRT2 1.4142135623730950488016887 /* Fix for MSVC. */
1919
#endif
2020

21+
/**
22+
* Move the mouse to a specific point.
23+
* @param point The coordinates to move the mouse to (x, y).
24+
*/
2125
void moveMouse(MMPoint point)
2226
{
2327
#if defined(IS_MACOSX)

0 commit comments

Comments
 (0)