I tried to dummy up something and the results were odd. I'm not sure it has anything to do with spiderbasic. I added some code like this:
#TouchTimer = $5000
After creating the window:
AddWindowTimer(Window_0,#TouchTimer,100)
BindEvent(#PB_Event_Timer, @TimerEvents())
and the procedure is ...
Search found 2 matches
- Sat Nov 12, 2022 9:14 pm
- Forum: Coding Questions
- Topic: Touch screen commands on Safari Browser
- Replies: 3
- Views: 2477
- Thu Nov 10, 2022 10:42 pm
- Forum: Coding Questions
- Topic: Touch screen commands on Safari Browser
- Replies: 3
- Views: 2477
Touch screen commands on Safari Browser
Are they supposed to work on a browser? The only touch screen I have is on an iPhone (12 mini, latest os).
The ExamineTouchScreen() function does return true, but the TouchY() and TouchDeltaY() always return 0.
The ExamineTouchScreen() function does return true, but the TouchY() and TouchDeltaY() always return 0.