diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-01-10 08:27:34 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-01-10 08:27:34 +0000 |
commit | 9d235728b674404a0d54b06b8a8febcad0bded1c (patch) | |
tree | 534d7ff1a47fe80c2c3607996d60437f1b316771 /guilib/GUIWindow.h | |
parent | 2ea674eaca7213df208715f0676c0a0e122ab287 (diff) |
improved: Better exclusive control support for mouse dragging of sliders/scroll bars.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26618 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/GUIWindow.h')
-rw-r--r-- | guilib/GUIWindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/guilib/GUIWindow.h b/guilib/GUIWindow.h index 44edb64e7d..db5b275ffb 100644 --- a/guilib/GUIWindow.h +++ b/guilib/GUIWindow.h @@ -244,6 +244,8 @@ protected: std::vector<CGUIActionDescriptor> m_unloadActions; bool m_manualRunActions; + + int m_exclusiveMouseControl; ///< \brief id of child control that wishes to receive all mouse events \sa GUI_MSG_EXCLUSIVE_MOUSE }; #endif |