pub unsafe extern "C" fn projectm_touch_destroy(
    instance: projectm_handle,
    x: f32,
    y: f32
)
Expand description

@brief Removes any additional touch waveforms under the given coordinates. @param instance The projectM instance handle. @param x The last known x touch coordinate. @param y The last known y touch coordinate.