mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
*CtrlCore: reverted falty HasMouse declaraction removal
git-svn-id: svn://ultimatepp.org/upp/trunk@3619 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
f167778f04
commit
7c34b73b91
1 changed files with 1 additions and 0 deletions
|
|
@ -1002,6 +1002,7 @@ public:
|
|||
Ctrl& IgnoreMouse(bool b = true) { ignoremouse = b; return *this; }
|
||||
Ctrl& NoIgnoreMouse() { return IgnoreMouse(false); }
|
||||
bool IsIgnoreMouse() const { return ignoremouse; }
|
||||
bool HasMouse() const;
|
||||
bool HasMouseDeep() const;
|
||||
bool HasMouseInFrame(const Rect& r) const;
|
||||
bool HasMouseIn(const Rect& r) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue