set cursor to hand1 when moving a window

This commit is contained in:
vaxerski
2022-11-15 10:39:05 +00:00
parent e2da4ff257
commit d5eafe1926
3 changed files with 28 additions and 0 deletions

View File

@@ -125,8 +125,14 @@ public:
// for virtual keyboards: whether we should respect them as normal ones
bool shouldIgnoreVirtualKeyboard(SKeyboard*);
// for special cursors that we choose
void setCursorImageUntilUnset(std::string);
void unsetCursorImage();
private:
bool m_bCursorImageOverriden = false;
// for click behavior override
eClickBehaviorMode m_ecbClickBehavior = CLICKMODE_DEFAULT;
bool m_bEmptyFocusCursorSet = false;