mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 03:25:02 +00:00
feat: change mouse move timer to 500ms
This commit is contained in:
parent
7c02742992
commit
8a9fadfdfe
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@ void InputConvertGame::mouseMoveStopTouch()
|
|||
void InputConvertGame::startMouseMoveTimer()
|
||||
{
|
||||
stopMouseMoveTimer();
|
||||
m_ctrlMouseMove.timer = startTimer(1000);
|
||||
m_ctrlMouseMove.timer = startTimer(500);
|
||||
}
|
||||
|
||||
void InputConvertGame::stopMouseMoveTimer()
|
||||
|
|
Loading…
Add table
Reference in a new issue