mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 04:44:32 +01:00
8 lines
106 B
C
8 lines
106 B
C
![]() |
#ifndef MP_FIFO_H
|
||
|
#define MP_FIFO_H
|
||
|
|
||
|
int mplayer_get_key(int fd);
|
||
|
void mplayer_put_key(int code);
|
||
|
|
||
|
#endif
|