FLAG_NOT_TOUCHABLE constant

int const FLAG_NOT_TOUCHABLE

Window flag: this window can never receive touch events.

Implementation

static const int FLAG_NOT_TOUCHABLE = 0x00000010;