Searched refs:aVCLMouseEvt (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/avmedia/source/viewer/ |
H A D | mediaevent_impl.cxx | 115 MouseEvent aVCLMouseEvt( Point( e.X, e.Y ), in mousePressed() local 122 … VCLEVENT_WINDOW_MOUSEBUTTONDOWN, reinterpret_cast< ::Window* >( mpNotifyWindow ), &aVCLMouseEvt ); in mousePressed() 136 MouseEvent aVCLMouseEvt( Point( e.X, e.Y ), in mouseReleased() local 143 …t( VCLEVENT_WINDOW_MOUSEBUTTONUP, reinterpret_cast< ::Window* >( mpNotifyWindow ), &aVCLMouseEvt ); in mouseReleased() 183 MouseEvent aVCLMouseEvt( Point( e.X, e.Y ), 0, 0, e.Buttons, e.Modifiers ); in mouseDragged() local 184 …Event( VCLEVENT_WINDOW_MOUSEMOVE, reinterpret_cast< ::Window* >( mpNotifyWindow ), &aVCLMouseEvt ); in mouseDragged() 198 MouseEvent aVCLMouseEvt( Point( e.X, e.Y ), 0, 0, e.Buttons, e.Modifiers ); in mouseMoved() local 199 …Event( VCLEVENT_WINDOW_MOUSEMOVE, reinterpret_cast< ::Window* >( mpNotifyWindow ), &aVCLMouseEvt ); in mouseMoved()
|
Completed in 7 milliseconds