dispatchers: fix movecursor not updating client pos (#11672)
This commit is contained in:
parent
38169c8fdd
commit
797bfe905e
1 changed files with 1 additions and 0 deletions
|
|
@ -1908,6 +1908,7 @@ SDispatchResult CKeybindManager::moveCursor(std::string args) {
|
|||
y = std::stoi(y_str);
|
||||
|
||||
g_pCompositor->warpCursorTo({x, y}, true);
|
||||
g_pInputManager->simulateMouseMovement();
|
||||
|
||||
return {};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue