Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Touch Events Interface Request  (Read 4991 times)

0 Members and 1 Guest are viewing this topic.

jmark1m

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • Email
Touch Events Interface Request
« on: January 15, 2014, 06:44:40 pm »

I'm looking for SFML to support multi touch via a touch events interface (similar to SDL finger / touch events).  Is there any status on this?  Specifically I'm looking for multitouch under X11 linux.

Does anyone have any suggestions that would allow me to use SFML and also use a multi touch interface?  I was looking at OIS library but it seems a bit dead/out of date.  I'm too invested in SFML to use SDL so I am a bit stuck at the moment.

Thanks for listening.

AlexAUT

  • Sr. Member
  • ****
  • Posts: 396
    • View Profile
Re: Touch Events Interface Request
« Reply #1 on: January 15, 2014, 07:52:46 pm »
SFML in its next version 2.2 will support touchevents and has a touch interface (which supports multitouch) (Offtopic also android/iOS | opengl ES support). It's currently in the testing phase and has some issues. So it will be hopefully released within the next months (just my guess, nothing official ;) )


AlexAUT

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Re: Touch Events Interface Request
« Reply #2 on: January 15, 2014, 10:10:45 pm »
You can already have a look at it, there's a special branch for iOS and Android on GitHub.
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

Canadadry

  • Hero Member
  • *****
  • Posts: 1081
    • View Profile
Re: Touch Events Interface Request
« Reply #3 on: January 17, 2014, 08:43:27 am »
But what about touch event on Windows, MacOS and Linux ?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Touch Events Interface Request
« Reply #4 on: January 17, 2014, 09:25:03 am »
They will be implemented later. Probably after SFML 2.2 is released.
Laurent Gomila - SFML developer

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10821
    • View Profile
    • development blog
    • Email
Re: Touch Events Interface Request
« Reply #5 on: January 17, 2014, 09:32:50 am »
They will be implemented later. Probably after SFML 2.2 is released.
Welcome back! We missed you! ;D
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

IngloriousTom

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: Touch Events Interface Request
« Reply #6 on: May 14, 2014, 02:26:14 pm »
It may be out of scope for SFML but what about TUIO support (an open framework for multitouch applications)?

I know it's not OS based and requires a thread  to manage touches (client/server based framework), but it is used by many multitouch screens/hardware and it may be cool to abstract each well-known touches system into a single interface.

Turbine

  • Full Member
  • ***
  • Posts: 102
    • View Profile
Re: Touch Events Interface Request
« Reply #7 on: May 22, 2014, 07:40:40 am »
Could Would you consider some of the most desirable touch gestures being apart of SFML?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Touch Events Interface Request
« Reply #8 on: May 22, 2014, 07:56:16 am »
Quote
Would you consider some of the most desirable touch gestures being apart of SFML?
Yes, we'll probably add support for standard gestures in a future version.
Laurent Gomila - SFML developer

 

anything