mirror of
https://github.com/yuanyuanxiang/SimpleRemoter.git
synced 2026-01-24 00:03:10 +08:00
Fix switch screen and support dragging files to remote
This commit is contained in:
@@ -15,7 +15,9 @@ struct FileChunkPacket {
|
||||
};
|
||||
#pragma pack(pop)
|
||||
|
||||
int InitFileUpload(const std::string hmac, int chunkSizeKb = 64, int sendDurationMs = 50);
|
||||
typedef void (*LogFunc)(const char* file, int line, const char* format, ...);
|
||||
|
||||
int InitFileUpload(const std::string hmac, int chunkSizeKb = 64, int sendDurationMs = 50, LogFunc logFunc = NULL);
|
||||
|
||||
int UninitFileUpload();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user