Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align windows behavior with other platforms in response to mouse wheel events #459

Merged
merged 1 commit into from Dec 25, 2019

Conversation

nicolas-cellier-aka-nice
Copy link
Contributor

  • Set all the meta bits to distinguish from a real arrow key, rather than just control key bit
  • Set the utf32Code to the same arrow code rather than 0, not only on PharoVM

Yet do not translate horizontal mouse wheels to left/right arrows
Such events are troublesome if TextEditors are not ready to filter them out.

This is a partial fix for #456

…l events

- Set all the meta bits to distinguish from a real arrow key, rather than just control
- Set the utf32Code to the same arrow code rather than 0, not only on PharoVM

Yet do not translate horizontal mouse wheels to left/right arrows
Such events are troublesome if TextEditors are not ready to filter them out.

This is a partial fix for #456
@nicolas-cellier-aka-nice nicolas-cellier-aka-nice deleted the win_mouse_wheel_alignment branch December 25, 2019 18:37
hogoww referenced this pull request in hogoww/opensmalltalk-vm Dec 23, 2021
hogoww referenced this pull request in hogoww/opensmalltalk-vm Dec 23, 2021
…false ] on method [ hashBitsOf: ] SURVIVED 20/20 test cases.
hogoww referenced this pull request in hogoww/opensmalltalk-vm Dec 29, 2021
hogoww referenced this pull request in hogoww/opensmalltalk-vm Dec 29, 2021
…ethod [ freeTreeNodesDo: ] KILLED by 28/234 test cases.
hogoww referenced this pull request in hogoww/opensmalltalk-vm Feb 26, 2022
…ver with true ] on method [ popObjStack: ] 14 test cases.
hogoww referenced this pull request in hogoww/opensmalltalk-vm Feb 26, 2022
…er with true ] on method [ popObjStack: ] 14/14 test case are EQUIVALENT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant