Function gvr_controller_state_is_touching

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

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.