Re: [Interest] TapHandler tapped coordinates not accessible

2019-05-08 Thread Shawn Rutledge
> pon., 6 maj 2019 o 21:56 Shawn Rutledge napisał(a): > > > On 6 May 2019, at 16:30, Tomasz Olszak wrote: > > > > Hi, > > > > I use Qt 5.12.3 and I'm trying to use TapHandler. For some reason though in > > onTapped handler point is already reset. > > I see that point is valid when reading

Re: [Interest] TapHandler tapped coordinates not accessible

2019-05-06 Thread Tomasz Olszak
I would like to move to new input handling from old pinch area etc. Shawn that was what I was looking for. Any idea why it is not documented? pon., 6 maj 2019 o 21:56 Shawn Rutledge napisał(a): > > > On 6 May 2019, at 16:30, Tomasz Olszak wrote: > > > > Hi, > > > > I use Qt 5.12.3 and I'm

Re: [Interest] TapHandler tapped coordinates not accessible

2019-05-06 Thread Shawn Rutledge
> On 6 May 2019, at 16:30, Tomasz Olszak wrote: > > Hi, > > I use Qt 5.12.3 and I'm trying to use TapHandler. For some reason though in > onTapped handler point is already reset. > I see that point is valid when reading it from onPressedChanged. Is it a bug? > Seems like docs miss explicit

Re: [Interest] TapHandler tapped coordinates not accessible

2019-05-06 Thread Jason H
, but I've never needed it.  Though using those TapHandlers is not anything I've worked with for a while.     Sent: Monday, May 06, 2019 at 10:30 AM From: "Tomasz Olszak" To: "Qt Interest" Subject: [Interest] TapHandler tapped coordinates not accessible Hi,   I use Qt 5

[Interest] TapHandler tapped coordinates not accessible

2019-05-06 Thread Tomasz Olszak
Hi, I use Qt 5.12.3 and I'm trying to use TapHandler. For some reason though in onTapped handler point is already reset. I see that point is valid when reading it from onPressedChanged. Is it a bug? Seems like docs miss explicit example of reading point coordinate. This is snippet I use to test.