forked from mpc-hc/mpc-hc
-
Notifications
You must be signed in to change notification settings - Fork 516
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mouse LeftUp event on video area is now delayed in anticipation of a …
…possible double-click. If a double-click occurs, then both LeftUp events are skipped. This prevents two unwanted (un)pause actions when toggling fullscreen with a double-click. The delay is equal to the maximum double-click time configured in Windows, which on most systems is set to approximately 500 milliseconds. If that value is larger than 900ms, then no delay is applied (old behavior).
- Loading branch information
Showing
2 changed files
with
58 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters