reset m_bEmptyFocusCursorSet on workspace switch
This commit is contained in:
parent
141456dd89
commit
0e6e8461eb
3 changed files with 7 additions and 1 deletions
|
|
@ -25,6 +25,8 @@ struct STouchData {
|
|||
Vector2D touchSurfaceOrigin;
|
||||
};
|
||||
|
||||
class CKeybindManager;
|
||||
|
||||
class CInputManager {
|
||||
public:
|
||||
|
||||
|
|
@ -161,6 +163,8 @@ private:
|
|||
|
||||
// swipe
|
||||
void beginWorkspaceSwipe();
|
||||
|
||||
friend class CKeybindManager;
|
||||
};
|
||||
|
||||
inline std::unique_ptr<CInputManager> g_pInputManager;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue