[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Win generate mouse wheel events (#461)

Nicolas Cellier notifications at github.com
Thu Dec 26 20:48:47 UTC 2019


This let windows VM generate mouse wheel events if asked to do so
OSX and linux already do that.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Nuke NO_WHEEL_MOUSE macro and alternate g_WM_MOUSEWHEEL message
  * Move WM_MOUSEWHEEL message handling as a regular case
  * Use GET_X_LPARAM to decode mouse coordinates from WM_MOUSE messages
  * Implement mousewheel events if sendWheelEvents is true (non zero)
  * Deliver mouse wheel events only once they reach a threshold

-- File Changes --

    M platforms/win32/vm/sqWin32.h (1)
    M platforms/win32/vm/sqWin32Window.c (183)

-- Patch Links --

https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/461.patch
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/461.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/461
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20191226/ce9dd707/attachment.html>


More information about the Vm-dev mailing list