FLAG_NOT_FOCUSABLE constant Null safety
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;
Window flag: this window won't ever get key input focus, so the user can not send key or other button events to it.
static const int FLAG_NOT_FOCUSABLE = 0x00000008;