[][src]Function vigem_sys::binds::vigem_target_free

pub unsafe extern "C" fn vigem_target_free(target: PVIGEM_TARGET)

\fn void vigem_target_free(PVIGEM_TARGET target);

\brief Frees up memory used by the target device object. This does not automatically remove the associated device from the bus, if present. If the target device doesn't get removed before this call, the device becomes orphaned until the owning process is terminated.

\author Benjamin "Nefarius" H�glinger \date 28.08.2017

\param target The target device object.