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- |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Can you discover if a DRAWMENU is on-screen? - StephenG1CMZ - 05-16-2016, 07:30 AM
RE: Can you discover if a DRAWMENU is on-screen? - DrD - 05-16-2016 10:07 AM
RE: Can you discover if a DRAWMENU is on-screen? - StephenG1CMZ - 05-16-2016, 10:39 AM
RE: Can you discover if a DRAWMENU is on-screen? - DrD - 05-16-2016, 10:51 AM
|
User(s) browsing this thread: 1 Guest(s)