[squeak-dev] Scroll-wheel via RFB?

Marcel Taeumel marcel.taeumel at hpi.de
Mon Jun 7 06:46:13 UTC 2021


Hi Chris,

my first guess would be to look at how RFB forwards user-input events. If it is at the level of #mouseDown: etc., you would have to add a #mouseWheel:.

In general, I find it surprising that mouse-wheel does not work out-of-the-box for RFB. A more generic forwarding like at the level of Morph >> #processEvent: might help.

Best,
Marcel
Am 31.05.2021 04:56:06 schrieb Chris Muller <asqueaker at gmail.com>:
Does anyone know how to make RFB responsive to the scroll wheel? This
is essential to be able to develop in a remote headless image.
Thanks.

- Chris

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20210607/7556a97d/attachment.html>


More information about the Squeak-dev mailing list