Skip to content

Commit

Permalink
Removed the Windows specific double click.
Browse files Browse the repository at this point in the history
I realized this isn’t needed.
  • Loading branch information
octalmage committed Aug 4, 2015
1 parent b5db4cb commit d2e33e1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/mouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,6 @@ void doubleClick(MMMouseButton button)

CFRelease(event);

#elif defined(IS_WINDOWS)

/* Double click for Windows. */
clickMouse(button);
/* TODO: Use GetDoubleClickTime to retrieve the current double click time. */
microsleep(500);
clickMouse(button);

#else

/* Double click for everything else. */
Expand Down

0 comments on commit d2e33e1

Please sign in to comment.