Function gvr_controller_state_destroy

Source
pub unsafe extern "C" fn gvr_controller_state_destroy(
    state: *mut *mut gvr_controller_state,
)
Expand description

Destroys and sets to NULL a gvr_controller_state that was previously created with gvr_controller_state_create.

@param state Pointer to a pointer to the controller state to be destroyed and nulled.