mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-21 06:53:48 -07:00
input: don't emit idle activity when calling simulateMouseMovement (#7649)
This commit is contained in:
committed by
GitHub
parent
9b54342baa
commit
ea10592ad3
@@ -237,7 +237,7 @@ class CInputManager {
|
||||
|
||||
uint32_t m_uiCapabilities = 0;
|
||||
|
||||
void mouseMoveUnified(uint32_t, bool refocus = false);
|
||||
void mouseMoveUnified(uint32_t, bool refocus = false, bool silent = false);
|
||||
|
||||
SP<CTabletTool> ensureTabletToolPresent(SP<Aquamarine::ITabletTool>);
|
||||
|
||||
|
Reference in New Issue
Block a user