handle key events in the player widget and pass them to mpv
[uwplayer.git] / application / player.h
index 9858491..8f47e83 100644 (file)
@@ -44,6 +44,7 @@ void PlayerDestroy(Player *p);
 
 void PlayerEOF(Player *p);
 
+void PlayerHandleInput(MainWindow *win, Player *p, XmDrawingAreaCallbackStruct *cb);
 
 #ifdef __cplusplus
 }