]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_bsd.c
snd_alsa: MIDI input support! MIDI events get mapped to MIDINOTE<n> events (n = 0...
[xonotic/darkplaces.git] / snd_bsd.c
index e32766f11dea6f2d94ff08990e8629d4ddd4e097..85f10df48a8530d3ae209f6685d36f20a3d13549 100644 (file)
--- a/snd_bsd.c
+++ b/snd_bsd.c
@@ -230,3 +230,15 @@ void SndSys_UnlockRenderBuffer (void)
 {
        // Nothing to do
 }
+
+/*
+====================
+SndSys_SendKeyEvents
+
+Send keyboard events originating from the sound system (e.g. MIDI)
+====================
+*/
+void SndSys_SendKeyEvents(void)
+{
+       // not supported
+}