Loading libs/ui/InputDispatcher.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -201,7 +201,8 @@ void InputDispatcher::dispatchOnce() { } #endif mThrottleState.lastEventTime = currentTime; mThrottleState.lastEventTime = entry->eventTime < currentTime ? entry->eventTime : currentTime; mThrottleState.lastDeviceId = deviceId; mThrottleState.lastSource = source; } Loading Loading
libs/ui/InputDispatcher.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -201,7 +201,8 @@ void InputDispatcher::dispatchOnce() { } #endif mThrottleState.lastEventTime = currentTime; mThrottleState.lastEventTime = entry->eventTime < currentTime ? entry->eventTime : currentTime; mThrottleState.lastDeviceId = deviceId; mThrottleState.lastSource = source; } Loading