Skip to content

Fix hovering the mouse over the active window creating an endless stream of CursorMoved events#1170

Merged
Osspial merged 2 commits intorust-windowing:masterfrom
Osspial:fix-cursor-move-firehose
Sep 17, 2019
Merged

Fix hovering the mouse over the active window creating an endless stream of CursorMoved events#1170
Osspial merged 2 commits intorust-windowing:masterfrom
Osspial:fix-cursor-move-firehose

Conversation

@Osspial
Copy link
Copy Markdown
Contributor

@Osspial Osspial commented Sep 17, 2019

  • Tested on all platforms changed
  • Compilation warnings were addressed
  • cargo fmt has been run on this branch
  • Added an entry to CHANGELOG.md if knowledge of this change could be valuable to users
  • Updated documentation to reflect any user-facing changes, including notes of platform-specific behavior
  • Created or updated an example program if it would help users understand this functionality
  • Updated feature matrix, if new features were added or implemented

Fixes #1169.

@Osspial Osspial merged commit d35ee0d into rust-windowing:master Sep 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

On Windows, hovering mouse over active window sends constant stream of CursorMoved events

1 participant