Page 1 of 1

ExamineTouchScreen() always returns 0

Posted: Thu Apr 11, 2024 8:46 am
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

Re: ExamineTouchScreen() always returns 0

Posted: Fri May 31, 2024 11:42 am
by Fred
It needs a screen with OpenWindow() or OpenWindowedScreen(). I added a note in the doc as it's not that clear.