-
-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#1131: correctly handle win32 scrolling events
* win32 event handlers now run before the default handler so they can now block propagation by returning any value * use this to handle mouse wheel events ourselves and prevent GTK from seeing them * aggregate the distance of all wheel events until we reach the threshold (WHEEL_DELTA) * then send as many events as needed and store the remainder git-svn-id: https://xpra.org/svn/Xpra/trunk@12285 3bb7dfac-3a0b-4e04-842a-767bc560f471
- Loading branch information
Showing
2 changed files
with
59 additions
and
12 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