[][src]Function gvr_sys::gvr_controller_state_is_touching

pub unsafe extern "C" fn gvr_controller_state_is_touching(
    state: *const gvr_controller_state
) -> bool

Returns whether the user is touching the touchpad.

@param state The controller state to get the touchpad being touched state from. @return True iff the user is touching the controller, false otherwise.