Function libui_ng_sys::uiControlEnabledToUser
source · Expand description
Returns whether or not the control can be interacted with by the user.
Checks if the control and all it’s parents are enabled to make sure it can be interacted with by the user.
@param c uiControl instance.
@returns TRUE if enabled, FALSE otherwise.
@see uiControlEnabled
@memberof uiControl