mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-03 22:28:39 +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()
|
void InputConvertGame::startMouseMoveTimer()
|
||||||
{
|
{
|
||||||
stopMouseMoveTimer();
|
stopMouseMoveTimer();
|
||||||
m_ctrlMouseMove.timer = startTimer(1000);
|
m_ctrlMouseMove.timer = startTimer(500);
|
||||||
}
|
}
|
||||||
|
|
||||||
void InputConvertGame::stopMouseMoveTimer()
|
void InputConvertGame::stopMouseMoveTimer()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue