Add PulseAudio backend. Various Xlib fixes

This commit is contained in:
Jack Andersen
2018-05-06 12:44:31 -10:00
parent b5f1657dff
commit edf2c1e34d
10 changed files with 700 additions and 318 deletions

View File

@@ -481,8 +481,9 @@ public:
return 0;
}
void _incomingEvent(void* ev)
bool _incomingEvent(void* ev)
{
return false;
}
void OnKeyDown(CoreWindow^ window, KeyEventArgs^ keyEventArgs)