nglauber
12/04/2019, 11:34 PMShep Shapard
12/05/2019, 5:57 PMZach Klippenstein (he/him) [MOD]
12/05/2019, 6:00 PMnglauber
12/05/2019, 6:02 PMZach Klippenstein (he/him) [MOD]
12/05/2019, 6:31 PMClickable
for that?nglauber
12/05/2019, 6:31 PMClickable
and I’m good to go. Ignore my example. I just want to know how to get X/Y of a touch event.Zach Klippenstein (he/him) [MOD]
12/05/2019, 6:34 PMShep Shapard
12/05/2019, 6:59 PMPointerInputWrapper
)(I'd start with PressReleasedGestureDetector) to see the lower level system in action.nglauber
12/05/2019, 7:24 PMonTouch
)?Shep Shapard
12/05/2019, 7:30 PMZach Klippenstein (he/him) [MOD]
12/05/2019, 7:38 PMFoso
12/05/2019, 8:18 PMnglauber
12/05/2019, 8:20 PMShep Shapard
12/05/2019, 9:01 PMnglauber
12/05/2019, 9:16 PMShep Shapard
12/05/2019, 9:22 PMPressGestureDetector
, it will give you coordinates for the first finger that touches on an area, but it won't give you any other coordinates again until all fingers have been released and then a finger touches again (thus calling onStart with the position of that finger.