Add keyboard and mouse input support

This commit is contained in:
Cameron Gutman
2014-03-29 15:45:31 -04:00
parent c553b14da6
commit 761f324465
7 changed files with 285 additions and 19 deletions
+6 -1
View File
@@ -33,4 +33,9 @@ void stopVideoStream(void);
void initializeAudioStream(IP_ADDRESS host, PAUDIO_RENDERER_CALLBACKS arCallbacks, PCONNECTION_LISTENER_CALLBACKS clCallbacks);
void destroyAudioStream(void);
int startAudioStream(void);
void stopAudioStream(void);
void stopAudioStream(void);
int initializeInputStream(IP_ADDRESS addr, PCONNECTION_LISTENER_CALLBACKS clCallbacks);
void destroyInputStream(void);
int startInputStream(void);
int stopInputStream(void);