Page 1 of 1

Detecting touch in text mode

Posted: Tue Apr 07, 2015 10:00 pm
by MarkP
After printing a screenful of information to the text screen, I need to detect a tap (or touch) on the text screen by the user so I can go back to the graphics screen. How can I get a user acknowledgment on the text screen? Using "INPUT" won't work, because displaying the keyboard covers half of the text screen. Is there any way to simply detect a tap or touch on the text screen?

Re: Detecting touch in text mode

Posted: Tue Apr 07, 2015 11:41 pm
by Mr. Kibernetik
Maybe a button?

Re: Detecting touch in text mode

Posted: Thu Apr 09, 2015 4:18 am
by MarkP
Thanks! Worked great. I didn't know that PAGEs and BUTTONs could appear over the TEXT screen.