Searched refs:mpNotifyWindow (Results 1 – 2 of 2) sorted by relevance
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()[all …]
79 Window* mpNotifyWindow; member in avmedia::priv::MediaEventListenersImpl