[][src]Function ul_sys::ulViewHasInputFocus

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

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).