pub const xpMsg_KeyLoseFocus: _bindgen_ty_30 = 7;Expand description
Keyboard focus is being taken away from you. The first parameter will be 1 * if you are losing focus because another widget is taking it, or 0 if * someone called the API to make you lose focus explicitly. * * Dispatching: Direct * * Param 1: 1 if focus is being taken by another widget, 0 if code requested * to remove focus.