[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] b7e5fe: Align windows behavior with other platforms in res...

Nicolas Cellier noreply at github.com
Tue Dec 24 23:36:23 UTC 2019


  Branch: refs/heads/win_mouse_wheel_alignment
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: b7e5fec665c9b1b4b3d85dbcf3525892770d4ed7
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/b7e5fec665c9b1b4b3d85dbcf3525892770d4ed7
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2019-12-25 (Wed, 25 Dec 2019)

  Changed paths:
    M platforms/win32/vm/sqWin32Window.c

  Log Message:
  -----------
  Align windows behavior with other platforms in response to mouse wheel 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 https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/456




More information about the Vm-dev mailing list