set cursor to hand1 when moving a window
This commit is contained in:
parent
e2da4ff257
commit
d5eafe1926
3 changed files with 28 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue