Possible status values for Screen Input Guard.
Synopsis:
#include <bps/screen_input_guard.h>
typedef enum {
SCREEN_INPUT_GUARD_STATUS_DEACTIVATED = 0
SCREEN_INPUT_GUARD_STATUS_ACTIVATED = 1
} screen_input_guard_status_t;
Data:
- SCREEN_INPUT_GUARD_STATUS_DEACTIVATED
- Screen Input Guard is deactivated.
The screen is on and the touchscreen is responsive to input.
- SCREEN_INPUT_GUARD_STATUS_ACTIVATED
- Screen Input Guard is activated.
The screen is off and the touchscreen is not responsive to input.
Library:
libbps (For the qcc command, use the -l bps option to link against this library)
Description:
This enumeration defines the possible status values of Screen Input Guard.