Home
last modified time | relevance | path

Searched refs:CMouseEvent (Results 1 – 25 of 56) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/unoxml/source/events/
H A Dmouseevent.cxx28 CMouseEvent::CMouseEvent() in CMouseEvent() function in DOM::events::CMouseEvent
42 sal_Int32 SAL_CALL CMouseEvent::getScreenX() in getScreenX()
47 sal_Int32 SAL_CALL CMouseEvent::getScreenY() in getScreenY()
52 sal_Int32 SAL_CALL CMouseEvent::getClientX() in getClientX()
57 sal_Int32 SAL_CALL CMouseEvent::getClientY() in getClientY()
62 sal_Bool SAL_CALL CMouseEvent::getCtrlKey() in getCtrlKey()
72 sal_Bool SAL_CALL CMouseEvent::getAltKey() in getAltKey()
77 sal_Bool SAL_CALL CMouseEvent::getMetaKey() in getMetaKey()
82 sal_Int16 SAL_CALL CMouseEvent::getButton() in getButton()
92 void SAL_CALL CMouseEvent::initMouseEvent( in initMouseEvent()
[all …]
H A Deventdispatcher.cxx164 rtl::Reference<CMouseEvent> pMouseEvent = new CMouseEvent; in dispatchEvent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unoxml/source/events/
H A Dmouseevent.cxx28 CMouseEvent::CMouseEvent() in CMouseEvent() function in DOM::events::CMouseEvent
42 sal_Int32 SAL_CALL CMouseEvent::getScreenX() in getScreenX()
47 sal_Int32 SAL_CALL CMouseEvent::getScreenY() in getScreenY()
52 sal_Int32 SAL_CALL CMouseEvent::getClientX() in getClientX()
57 sal_Int32 SAL_CALL CMouseEvent::getClientY() in getClientY()
62 sal_Bool SAL_CALL CMouseEvent::getCtrlKey() in getCtrlKey()
72 sal_Bool SAL_CALL CMouseEvent::getAltKey() in getAltKey()
77 sal_Bool SAL_CALL CMouseEvent::getMetaKey() in getMetaKey()
82 sal_Int16 SAL_CALL CMouseEvent::getButton() in getButton()
92 void SAL_CALL CMouseEvent::initMouseEvent( in initMouseEvent()
[all …]
H A Deventdispatcher.cxx163 CMouseEvent *pMouseEvent = new CMouseEvent; in dispatchEvent()
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/DisplayOutput/OpenGL/
H A Dwgl.cpp87 CMouseEvent *spEvent = new CMouseEvent(); in wndProc()
88 spEvent->m_Code = CMouseEvent::Mouse_LEFT; in wndProc()
98 CMouseEvent *spEvent = new CMouseEvent(); in wndProc()
99 spEvent->m_Code = CMouseEvent::Mouse_RIGHT; in wndProc()
109 CMouseEvent *spEvent = new CMouseEvent(); in wndProc()
110 spEvent->m_Code = CMouseEvent::Mouse_MOVE; in wndProc()
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/DisplayOutput/
H A DDisplayOutput.h94 class CMouseEvent : public CEvent
105 CMouseEvent() : m_Code( Mouse_NONE ) {} in CMouseEvent() function
107 virtual ~CMouseEvent() {} in ~CMouseEvent()
115 POOLED( CMouseEvent, Memory::CLinkPool );
118 MakeSmartPointers( CMouseEvent );
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/MSVC/
H A DDisplayDD.cpp119 CMouseEvent *spEvent = new CMouseEvent(); in wndProc()
120 spEvent->m_Code = CMouseEvent::Mouse_LEFT; in wndProc()
130 CMouseEvent *spEvent = new CMouseEvent(); in wndProc()
131 spEvent->m_Code = CMouseEvent::Mouse_RIGHT; in wndProc()
141 CMouseEvent *spEvent = new CMouseEvent(); in wndProc()
142 spEvent->m_Code = CMouseEvent::Mouse_MOVE; in wndProc()
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/DisplayOutput/DirectX/
H A DDisplayDX.cpp246 CMouseEvent *spEvent = new CMouseEvent(); in wndProc()
247 spEvent->m_Code = CMouseEvent::Mouse_LEFT; in wndProc()
257 CMouseEvent *spEvent = new CMouseEvent(); in wndProc()
258 spEvent->m_Code = CMouseEvent::Mouse_RIGHT; in wndProc()
268 CMouseEvent *spEvent = new CMouseEvent(); in wndProc()
269 spEvent->m_Code = CMouseEvent::Mouse_MOVE; in wndProc()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUIControlGroupList.h38 EVENT_RESULT SendMouseEvent(const CPoint &point, const CMouseEvent &event) override;
55 EVENT_RESULT OnMouseEvent(const CPoint &point, const CMouseEvent &event) override;
H A DGUIControl.h27 class CMouseEvent; variable
126 virtual EVENT_RESULT SendMouseEvent(const CPoint &point, const CMouseEvent &event);
138 …virtual EVENT_RESULT OnMouseEvent(const CPoint &point, const CMouseEvent &event) { return EVENT_RE… in OnMouseEvent()
H A DGUIVideoControl.h33 EVENT_RESULT OnMouseEvent(const CPoint &point, const CMouseEvent &event) override;
H A DGUIResizeControl.h55 EVENT_RESULT OnMouseEvent(const CPoint &point, const CMouseEvent &event) override;
H A DGUIScrollBarControl.h50 EVENT_RESULT OnMouseEvent(const CPoint &point, const CMouseEvent &event) override;
H A DGUIMoverControl.h62 EVENT_RESULT OnMouseEvent(const CPoint &point, const CMouseEvent &event) override;
H A DGUISettingsSliderControl.h35 EVENT_RESULT OnMouseEvent(const CPoint& point, const CMouseEvent& event) override;
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/input/
H A DKey.h114 class CMouseEvent
117 CMouseEvent(int actionID, int state = 0, float offsetX = 0, float offsetY = 0)
/dports/editors/libreoffice/libreoffice-7.2.6.2/unoxml/inc/
H A Dmouseevent.hxx34 class CMouseEvent final class
48 explicit CMouseEvent();
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unoxml/inc/
H A Dmouseevent.hxx35 class CMouseEvent class
49 explicit CMouseEvent();
/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/vr/
H A DOpenVRMode.cpp178 struct CMouseEvent { struct
182 CMouseEvent() : deviceIndex(0), button(0), state(0) {} in CMouseEvent() function
183 CMouseEvent(unsigned i, int b, int s) : deviceIndex(i), button(b), state(s) {} in CMouseEvent() function
184CMouseEvent(unsigned i, int b, bool s) : deviceIndex(i), button(b), state(s ? P_GLUT_DOWN : P_GLUT… in CMouseEvent() argument
881 void HandleLaser(PyMOLGlobals * G, int centerX, int centerY, CMouseEvent const& mouseEvent);
965 CMouseEvent mouseEvent; in OpenVRHandleInput()
976 mouseEvent = CMouseEvent(action->DeviceIndex(), P_GLUT_LEFT_BUTTON, action->IsPressed()); in OpenVRHandleInput()
979 mouseEvent = CMouseEvent(action->DeviceIndex(), P_GLUT_MIDDLE_BUTTON, action->IsPressed()); in OpenVRHandleInput()
982 mouseEvent = CMouseEvent(action->DeviceIndex(), P_GLUT_RIGHT_BUTTON, action->IsPressed()); in OpenVRHandleInput()
1011 void HandleLaser(PyMOLGlobals * G, int centerX, int centerY, CMouseEvent const& mouseEvent) in HandleLaser()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/dialogs/
H A DGUIDialogVideoOSD.h24 EVENT_RESULT OnMouseEvent(const CPoint &point, const CMouseEvent &event) override;
H A DGUIDialogVideoOSD.cpp61 EVENT_RESULT CGUIDialogVideoOSD::OnMouseEvent(const CPoint &point, const CMouseEvent &event) in OnMouseEvent()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/music/windows/
H A DGUIWindowVisualisation.h24 EVENT_RESULT OnMouseEvent(const CPoint &point, const CMouseEvent &event) override;
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windows/
H A DGUIWindowScreensaver.h26 EVENT_RESULT OnMouseEvent(const CPoint &point, const CMouseEvent &event) override;
H A DGUIWindowScreensaver.cpp47 EVENT_RESULT CGUIWindowScreensaver::OnMouseEvent(const CPoint &point, const CMouseEvent &event) in OnMouseEvent()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/windows/
H A DGUIWindowFullScreen.h31 EVENT_RESULT OnMouseEvent(const CPoint &point, const CMouseEvent &event) override;

123