mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
8 lines
163 B
C
8 lines
163 B
C
#ifndef SCREEN_H
|
|
#define SCREEN_H
|
|
|
|
#include <SDL2/SDL_stdinc.h>
|
|
|
|
SDL_bool scrcpy(const char *serial, Uint16 local_port, Uint16 max_size, Uint32 bit_rate);
|
|
|
|
#endif
|