[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Added X11 support for horizontal scroll wheel. (#155)

Eliot Miranda notifications at github.com
Wed Nov 7 15:08:02 UTC 2018


and on iOS (the Cocoa Mac OS/iPhone platforms) the same approach is taken in fakeMouseWheelKeyboardEventsKeyCode:windowIndex:

    evt.modifiers = (CtrlKeyBit | OptionKeyBit | CommandKeyBit | ShiftKeyBit);

So I shall modify the X11 code to do the same.  And I shall comment the code.  These things NEED TO BE COMMENTED :-)


-- 
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/155#issuecomment-436654622
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20181107/3cbe377a/attachment.html>


More information about the Vm-dev mailing list