Skip to content

Commit

Permalink
Added header to toggleMouse.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Sep 19, 2015
1 parent 351176b commit 5501e7e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/mouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ MMPoint getMousePos()

#endif

/**
* Press down a button, or release it.
* @param down True for down, false for up.
* @param button The button to press down or release.
*/
void toggleMouse(bool down, MMMouseButton button)
{
#if defined(IS_MACOSX)
Expand Down

0 comments on commit 5501e7e

Please sign in to comment.