Post Reply 
Can you discover if a DRAWMENU is on-screen?
05-16-2016, 10:07 AM (This post was last modified: 05-16-2016 10:07 AM by DrD.)
Post: #2
RE: Can you discover if a DRAWMENU is on-screen?
Something like this, perhaps? (You could do a GETPIX_P test to check for a menu presence, for a not-so-elegant means to an end ...)

DRAWMENU(""); // arguments empty,

RECT_P(); // clear the entire screen -or-
RECT_P(G0,0,220,330,240); // clear only the menu rectangular area.

-Dale-
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Can you discover if a DRAWMENU is on-screen? - DrD - 05-16-2016 10:07 AM



User(s) browsing this thread: 1 Guest(s)