pub unsafe extern "C" fn gvr_controller_destroy(
api: *mut *mut gvr_controller_context,
)Expand description
Destroys a gvr_controller_context that was previously created with gvr_controller_init.
@param api Pointer to a pointer to a gvr_controller_context. The pointer will be set to NULL after destruction.