FLTK logo

Re: [fltk.coredev] Gesture progress for 1.4?

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.coredev  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: Gesture progress for 1.4? Albrecht Schlosser Oct 06, 2021  
 
On 10/6/21 12:11 AM Rob McDonald wrote:
Is anyone working towards gesture & multitouch support for FLTK 1.4 or beyond?

My understanding is that part of the difficulty is that OSs do not detect and trigger a uniform set of gesture events.  ...

So, I know it is hard -- but the FLTK team keeps surprising -- and the benefits are pretty obvious.  So, I figure it is worth an ask...  Is anyone working on this?


I think there's something already available for macOS but I don't know how complete / working this code is.

From FL/Enumerations.H:

  /** The user has made a zoom/pinch/magnification gesture (Mac OS platform only).
      The Fl::event_dy() method can be used to find magnification amount,
      Fl::event_x() and Fl::event_y() are set as well.
      This event is sent to the window's handle method.
     */
  FL_ZOOM_GESTURE       = 26,


I'm personally not working on this and I'm too busy with other stuff to start yet another "project". I don't know of any other dev working on touch and gesture events.

--
You received this message because you are subscribed to the Google Groups "fltk.coredev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkcoredev+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkcoredev/e221e1ad-a00d-2b88-1010-1f942cd10698%40online.de.
Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.