I see a tantalizing hierarchy of BlGestureEvent and subclasses like BlGestureZoomEvent, but I can't seem to trap any. Are these working? If not, any ETA? ----- Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html
Hi Sean, The main problem of gestures is that they can only theoretically work with OS-Window (SDL2 or other windowing library). With morphic âI can not even find how to add support of horizontal scrolling using touchpad... For this reason those gestures are hierarchy placeholder and are not used anywhere. As for ETA ... 3 months maybe :) I think we will work on gestures as soon as bloc will officially supports SDL2 windows. Cheers, Alex
I really hope that we will be able to take advantage of the work done by merwan and jb on gestures but yes we need sdl20 working. Stef On Sat, Dec 2, 2017 at 1:02 PM, Aliaksei Syrel <alex.syrel@gmail.com> wrote:
Hi Sean,
The main problem of gestures is that they can only theoretically work with OS-Window (SDL2 or other windowing library). With morphic I can not even find how to add support of horizontal scrolling using touchpad...
For this reason those gestures are hierarchy placeholder and are not used anywhere. As for ETA ... 3 months maybe :) I think we will work on gestures as soon as bloc will officially supports SDL2 windows.
Cheers, Alex
participants (3)
-
Aliaksei Syrel -
Sean P. DeNigris -
Stephane Ducasse