dialog_cover_sensitivity_t
Deprecated: User events are never passed through to the application beneath the dialog; the dialog receives all events.
Synopsis:
#include <bps/dialog.h>
typedef enum {
DIALOG_COVER_SENSITIVITY_ALPHA_TEST = 0
DIALOG_COVER_SENSITIVITY_ALWAYS = 1
DIALOG_COVER_SENSITIVITY_NEVER = 2
} dialog_cover_sensitivity_t;
Data:
- DIALOG_COVER_SENSITIVITY_ALPHA_TEST
- DIALOG_COVER_SENSITIVITY_ALWAYS
- DIALOG_COVER_SENSITIVITY_NEVER
Library:
libbpsDescription:
Deprecated:
User events are never passed through to the application beneath the dialog; the dialog receives all events.