FLAG_SPLIT_TOUCH constant

int const FLAG_SPLIT_TOUCH

Window flag: when set the window will accept for touch events outside of its bounds to be sent to other windows that also support split touch.

Implementation

static const int FLAG_SPLIT_TOUCH = 0x00800000;