Skip to content

Commit

Permalink
Added header to moveMouse.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Sep 19, 2015
1 parent 5501e7e commit be280d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/mouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
#define M_SQRT2 1.4142135623730950488016887 /* Fix for MSVC. */
#endif

/**
* Move the mouse to a specific point.
* @param point The coordinates to move the mouse to (x, y).
*/
void moveMouse(MMPoint point)
{
#if defined(IS_MACOSX)
Expand Down

0 comments on commit be280d8

Please sign in to comment.