diff -r 392fdfb57a78 -r 856ae1b15d98 vtuis/videotelui/inc/CVtUiMainControl.h --- a/vtuis/videotelui/inc/CVtUiMainControl.h Wed Apr 14 16:00:08 2010 +0300 +++ b/vtuis/videotelui/inc/CVtUiMainControl.h Tue Apr 27 16:40:55 2010 +0300 @@ -65,6 +65,12 @@ */ void LayoutRemoteVideo(); + /** + * Get main control pointer event flag + * @return pointer event is from main control + */ + TBool IsMainControlPointerEvent(); + public: // from CCoeControl /** @@ -160,6 +166,8 @@ // reference to uistates TVtUiStates& iUiStates; + // Main control pointer event flag + TBool iMCPointerEvent; }; #endif // CVTUIMAINCONTROL_H