ExamineTouchScreen() always returns 0

Just starting out? Need help? Post your questions and find answers here.
munfraid
Posts: 135
Joined: Sat Mar 24, 2018 1:33 pm

ExamineTouchScreen() always returns 0

Post by munfraid »

ExamineTouchScreen() isn't working neither on my LapTop nor on my phone. It always returns 0.

Code: Select all

Debug ExamineTouchScreen() 
Laptop is a HP Envy 360 with Win11
Phone is a iPhone Mini 12 with iOS 17.4.1
Fred
Site Admin
Posts: 1820
Joined: Mon Feb 24, 2014 10:51 am

Re: ExamineTouchScreen() always returns 0

Post by Fred »

It needs a screen with OpenWindow() or OpenWindowedScreen(). I added a note in the doc as it's not that clear.
Post Reply