]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_sdl.c
parse gridsize like q3map2 does (less strict)
[xonotic/darkplaces.git] / snd_sdl.c
index 32990af8d3e5c5540daf1275c9c87c912505d4a1..88dfade64486e4826f44f9f2f0c1ba6e5d91043f 100644 (file)
--- a/snd_sdl.c
+++ b/snd_sdl.c
@@ -249,3 +249,15 @@ void SndSys_UnlockRenderBuffer (void)
 {
        SDL_UnlockAudio();
 }
+
+/*
+====================
+SndSys_SendKeyEvents
+
+Send keyboard events originating from the sound system (e.g. MIDI)
+====================
+*/
+void SndSys_SendKeyEvents(void)
+{
+       // not supported
+}