mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-15 05:05:59 +01:00
input: revert #8279
This commit is contained in:
parent
ee91df62f0
commit
a0b2169ed6
1 changed files with 0 additions and 1 deletions
|
@ -831,7 +831,6 @@ void CInputManager::onMouseWheel(IPointer::SAxisEvent e) {
|
|||
int32_t deltaDiscrete = std::abs(discrete) != 0 && std::abs(discrete) < 1 ? std::copysign(1, discrete) : std::round(discrete);
|
||||
|
||||
g_pSeatManager->sendPointerAxis(e.timeMs, e.axis, delta, deltaDiscrete, value120, e.source, WL_POINTER_AXIS_RELATIVE_DIRECTION_IDENTICAL);
|
||||
simulateMouseMovement();
|
||||
}
|
||||
|
||||
Vector2D CInputManager::getMouseCoordsInternal() {
|
||||
|
|
Loading…
Reference in a new issue