FLAG_NOT_TOUCHABLE constant Null safety
Window flag: this window can never receive touch events.
Implementation
static const int FLAG_NOT_TOUCHABLE = 0x00000010;
Window flag: this window can never receive touch events.
static const int FLAG_NOT_TOUCHABLE = 0x00000010;