FLAG_NOT_TOUCH_MODAL constant

int const FLAG_NOT_TOUCH_MODAL

Window flag: even when this window is focusable (its FLAG_NOT_FOCUSABLE is not set), allow any pointer events outside of the window to be sent to the windows behind it.

Implementation

static const int FLAG_NOT_TOUCH_MODAL = 0x00000020;