mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-22 22:34:29 +01:00
4 lines
134 B
C
4 lines
134 B
C
#define EVENT_NEW_SESSION SDL_USEREVENT
|
|
#define EVENT_NEW_FRAME (SDL_USEREVENT + 1)
|
|
#define EVENT_DECODER_STOPPED (SDL_USEREVENT + 2)
|