The callback that is invoked when the app is put into the foreground.
Synopsis:
#include <glview/glview.h>
typedef void(* foreground_callback)(void *callback_data);
Library:
libglview (For the qcc command, use the -l glview option to link against this library)
Description:
An app is put into the foreground whenever it goes fullscreen. An app is put into the foreground when:
- the user switches to the app
- the device wakes up after it has previously gone into standby mode with the app in the foreground