![]() |
ERIS CORE
|
|
protectedinherited |
request popup from the AppManager
will be activated by the next render loop
applications in popup mode are guaranteed to be rendered last; preventing any overdraw
exclusive mode option blocks the render calls of all other apps by the AppManager usefull
for taking over full screen rendering while allowing the apps update loops to continue.
exclusive |
Definition at line 88 of file AppBaseClass.cpp.
References AppBaseClass::_updatePosition(), AppManager::getInstance(), AppBaseClass::has_pop, and AppManager::requestPopUp().
Referenced by AppCQT::onTouch(), AppScope::onTouch(), and AppWren::requestPopUp().