diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-01-09 09:05:41 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-01-09 09:05:41 +0000 |
commit | 8bd9964d8a756ac92149efe980e2616f8f2e5c4a (patch) | |
tree | 3e09129bec0c4c533d7d5fd1592faceca358dbb8 /guilib/GUIWindow.h | |
parent | f2508d4a464540428c7c0f293b356b5a5d1003b4 (diff) |
changed: Improved mouse event handling - we now pass events down through the control structure, giving better context for the performed event. Allows groups to react if their children don't.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26577 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/GUIWindow.h')
-rw-r--r-- | guilib/GUIWindow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/guilib/GUIWindow.h b/guilib/GUIWindow.h index 8b84d2a106..7fecbac2a2 100644 --- a/guilib/GUIWindow.h +++ b/guilib/GUIWindow.h @@ -98,7 +98,6 @@ public: virtual bool OnAction(const CAction &action); virtual bool OnMouse(const CPoint &point); - bool HandleMouse(CGUIControl *pControl, const CPoint &point); bool OnMove(int fromControl, int moveAction); virtual bool OnMessage(CGUIMessage& message); |