ERIS CORE

◆ returnFocus()

void AppBaseClass::returnFocus ( )
protectedinherited

give up focus

Definition at line 80 of file AppBaseClass.cpp.

80  {
81  if(!has_focus) return;
82  has_focus = false;
85  return;
86 }
void _updatePosition()
bool returnFocus()
provides an interface for apps to release focus
Definition: AppManager.cpp:438
static AppManager * getInstance()
Definition: AppManager.h:66

References AppBaseClass::_updatePosition(), AppManager::getInstance(), AppBaseClass::has_focus, and AppManager::returnFocus().

Referenced by AppWren::returnFocus().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: