ERIS CORE

◆ releasePopUp()

bool AppManager::releasePopUp ( )

provides an interface for apps to release pop up focus

Returns
true
false

Definition at line 407 of file AppManager.cpp.

407  {
408  if (app_focus_stack_index == 0)return false;
411  exclusive_app_render = false;
412  return true;
413 }
uint8_t app_focus_stack_index
Definition: AppManager.h:53
bool exclusive_app_render
Definition: AppManager.h:55
uint8_t app_popup_stack_index
Definition: AppManager.h:54
uint16_t app_popup_stack[8]
Definition: AppManager.h:52

References app_focus_stack_index, app_popup_stack, app_popup_stack_index, and exclusive_app_render.

Referenced by AppBaseClass::releasePopUp(), and AppWren::shutdownVM().

+ Here is the caller graph for this function: