Ejemplo n.º 1
0
 public unsafe void Timer(void *data)
 {
     ThrowIfDisposed();
     LibFluidsynth.fluid_event_timer(Handle, data);
 }