Screen focus mode types
Types of focus modes
Synopsis:
#include <screen/screen.h>
enum {
SCREEN_FOCUS_MODE_AUTOMATIC = 0,
SCREEN_FOCUS_MODE_MANUAL = 1
};Data:
- SCREEN_FOCUS_MODE_AUTOMATIC
- Screen changes the window that's in focus on a display, a pointer or touch event can trigger the change.
- SCREEN_FOCUS_MODE_MANUAL
- Screen doesn't change the window that's in focus on a display.
Library:
libscreenPage updated:
