[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Align windows behavior with other platforms in response to mouse wheel events (#459)

Nicolas Cellier notifications at github.com
Tue Dec 24 23:38:37 UTC 2019


- 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 `TextEditor`s are not ready to filter them out.

This is a partial fix for https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/456
You can view, comment on, or merge this pull request online at:

  https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/459

-- Commit Summary --

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

-- File Changes --

    M platforms/win32/vm/sqWin32Window.c (14)

-- Patch Links --

https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/459.patch
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/459.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/459
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20191224/51d2b1ed/attachment.html>


More information about the Vm-dev mailing list