FLAG_SPLIT_TOUCH constant Null safety
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;
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.
static const int FLAG_SPLIT_TOUCH = 0x00800000;