ERIS CORE

◆ peekAppFocus()

uint16_t AppManager::peekAppFocus ( )

provides an interface for apps to request the id of the active app

Returns
uint16_t

Definition at line 452 of file AppManager.cpp.

452 {return active_app_id;}
uint16_t active_app_id
Definition: AppManager.h:41

References active_app_id.