Detecting touch in text mode

Post Reply
User avatar
MarkP
Posts: 71
Joined: Tue Apr 07, 2015 9:32 pm

Detecting touch in text mode

Post 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?

User avatar
Mr. Kibernetik
Site Admin
Posts: 4786
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

Re: Detecting touch in text mode

Post by Mr. Kibernetik »

Maybe a button?

User avatar
MarkP
Posts: 71
Joined: Tue Apr 07, 2015 9:32 pm

Re: Detecting touch in text mode

Post by MarkP »

Thanks! Worked great. I didn't know that PAGEs and BUTTONs could appear over the TEXT screen.

Post Reply