NT_DisposeEventArray

Function NT_DisposeEventArray 

Source
pub unsafe extern "C" fn NT_DisposeEventArray(
    arr: *mut NT_Event,
    count: usize,
)
Expand description

Disposes an event array.

ยงParameters

  • arr: Pointer to the array to dispose.
  • count: Number of elements in the array.