Skip to content

Commit

Permalink
Added header for doubleClick function.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Sep 19, 2015
1 parent 534b4b6 commit 47de9e1
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 @@ -125,6 +125,10 @@ void clickMouse(MMMouseButton button)
toggleMouse(false, button);
}

/**
* Special function for sending double clicks, needed for Mac OS X.
* @param button Button to click.
*/
void doubleClick(MMMouseButton button)
{

Expand Down

0 comments on commit 47de9e1

Please sign in to comment.