]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/src/generic_window.hpp
* include/vlc_keys.h: mouse wheel events now considered as hotkeys
[vlc] / modules / gui / skins2 / src / generic_window.hpp
index 8a62165326624144d1007a9fc62c5a233e685c4a..e36dc7e2694b5fba87372b7214d0a9c6223ea4f0 100644 (file)
@@ -140,6 +140,8 @@ class GenericWindow: public SkinObject, public Observer<VarBool>
         list<Anchor*> m_anchorList;
         /// Variable for the visibility of the window
         VarBoolImpl m_varVisible;
+        /// Current key modifier (also used for mouse)
+        int m_currModifier;
 
         /// Method called when the observed variable is modified
         virtual void onUpdate( Subject<VarBool> &rVariable );