FLAG_NOT_FOCUSABLE constant

int const FLAG_NOT_FOCUSABLE

Window flag: this window won't ever get key input focus, so the user can not send key or other button events to it.

Implementation

static const int FLAG_NOT_FOCUSABLE = 0x00000008;