Lines Matching refs:mpNotifyWindow
41 mpNotifyWindow( &rEventWindow ) in MediaEventListenersImpl()
55 Application::RemoveMouseAndKeyEvents( reinterpret_cast< ::Window* >( mpNotifyWindow ) ); in cleanUp()
56 mpNotifyWindow = NULL; in cleanUp()
74 if( mpNotifyWindow ) in keyPressed()
82 …stKeyEvent( VCLEVENT_WINDOW_KEYINPUT, reinterpret_cast< ::Window* >( mpNotifyWindow ), &aVCLKeyEvt… in keyPressed()
94 if( mpNotifyWindow ) in keyReleased()
101 …:PostKeyEvent( VCLEVENT_WINDOW_KEYUP, reinterpret_cast< ::Window* >( mpNotifyWindow ), &aVCLKeyEvt… in keyReleased()
113 if( mpNotifyWindow ) in mousePressed()
122 …ent( VCLEVENT_WINDOW_MOUSEBUTTONDOWN, reinterpret_cast< ::Window* >( mpNotifyWindow ), &aVCLMouseE… in mousePressed()
134 if( mpNotifyWindow ) in mouseReleased()
143 …Event( VCLEVENT_WINDOW_MOUSEBUTTONUP, reinterpret_cast< ::Window* >( mpNotifyWindow ), &aVCLMouseE… in mouseReleased()
155 if( mpNotifyWindow ) in mouseEntered()
168 if( mpNotifyWindow ) in mouseExited()
181 if( mpNotifyWindow ) in mouseDragged()
184 …ouseEvent( VCLEVENT_WINDOW_MOUSEMOVE, reinterpret_cast< ::Window* >( mpNotifyWindow ), &aVCLMouseE… in mouseDragged()
196 if( mpNotifyWindow ) in mouseMoved()
199 …ouseEvent( VCLEVENT_WINDOW_MOUSEMOVE, reinterpret_cast< ::Window* >( mpNotifyWindow ), &aVCLMouseE… in mouseMoved()