input: move idle notify to input handlers (#7659)
* Revert "input: don't emit idle activity when calling simulateMouseMovement (#7649)"
This reverts commit ea10592ad3.
* input: move idle notify calls to input event listeners
* input: don't post idle activity when keyboard is not enabled
This commit is contained in:
parent
0fad7a0bb0
commit
4988e00b1d
5 changed files with 48 additions and 24 deletions
|
|
@ -237,7 +237,7 @@ class CInputManager {
|
|||
|
||||
uint32_t m_uiCapabilities = 0;
|
||||
|
||||
void mouseMoveUnified(uint32_t, bool refocus = false, bool silent = false);
|
||||
void mouseMoveUnified(uint32_t, bool refocus = false);
|
||||
|
||||
SP<CTabletTool> ensureTabletToolPresent(SP<Aquamarine::ITabletTool>);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue