]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_coreaudio.c
fix connect after getchallenge, rcon, getchallenge sequence
[xonotic/darkplaces.git] / snd_coreaudio.c
index 91b776034380233dcac8ad82a50fa69ef534a374..bbc97c07a92094ed0657bf0143aa36449660649a 100644 (file)
@@ -385,3 +385,15 @@ void SndSys_UnlockRenderBuffer (void)
 {
        pthread_mutex_unlock(&coreaudio_mutex);
 }
+
+/*
+====================
+SndSys_SendKeyEvents
+
+Send keyboard events originating from the sound system (e.g. MIDI)
+====================
+*/
+void SndSys_SendKeyEvents(void)
+{
+       // not supported
+}