Improvement: Reduce transmit mouse move message

This commit is contained in:
yuanyuanxiang
2025-07-13 18:34:10 +08:00
parent 92ded3a6c1
commit 7794ef236d
6 changed files with 39 additions and 0 deletions

View File

@@ -89,6 +89,9 @@ public:
AVPacket m_AVPacket;
AVFrame m_AVFrame;
clock_t m_lastMouseMove; // <20><><EFBFBD><EFBFBD><EFBFBD>ƶ<EFBFBD>ʱ<EFBFBD><CAB1>
POINT m_lastMousePoint;// <20>ϴ<EFBFBD><CFB4><EFBFBD><EFBFBD><EFBFBD>λ<EFBFBD><CEBB>
bool Decode(LPBYTE Buffer, int size);
void EnterFullScreen();
bool LeaveFullScreen();