Function ul_sys::ulViewHasInputFocus[][src]

pub unsafe extern "C" fn ulViewHasInputFocus(view: ULView) -> bool
Expand description

Whether or not the View has an input element with visible keyboard focus (indicated by a blinking caret).

You can use this to decide whether or not the View should consume keyboard input events (useful in games with mixed UI and key handling).