X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=snd_win.c;h=b1c6b58bd0ba4493db73e44d3c7f03deb613f171;hb=4e402f83fc7aa1989f298c38847661bdf6d7883d;hp=1228bd7f1c069b6450682931a7ccf139d8324c1a;hpb=87e474443b39bf3c118ad442b40ff448bf38420c;p=xonotic%2Fdarkplaces.git diff --git a/snd_win.c b/snd_win.c index 1228bd7f..b1c6b58b 100644 --- a/snd_win.c +++ b/snd_win.c @@ -874,3 +874,15 @@ void SndSys_UnlockRenderBuffer (void) IDirectSoundBuffer_Unlock(pDSBuf, dsound_pbuf, dsound_dwSize, dsound_pbuf2, dsound_dwSize2); #endif } + +/* +==================== +SndSys_SendKeyEvents + +Send keyboard events originating from the sound system (e.g. MIDI) +==================== +*/ +void SndSys_SendKeyEvents(void) +{ + // not supported +}