Home
last modified time | relevance | path

Searched refs:HandleMouseMsg (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/ime/msctfime/
H A Dui.h116 STDMETHOD_(void, HandleMouseMsg)(UINT uMsg, LONG x, LONG y) override;
H A Dui.cpp366 STDMETHODIMP_(void) CDefCompFrameWindow::HandleMouseMsg(UINT uMsg, LONG x, LONG y) in STDMETHODIMP_()
379 CUIFWindow::HandleMouseMsg(uMsg, x, y); in STDMETHODIMP_()
/reactos/sdk/lib/cicero/
H A Dcicuif.h602 STDMETHOD_(void, HandleMouseMsg)(UINT uMsg, LONG x, LONG y);
723 STDMETHOD_(void, HandleMouseMsg)(UINT uMsg, LONG x, LONG y) override;
H A Dcicuif.cpp1807 HandleMouseMsg(HIWORD(lParam), Point.x, Point.y); in WindowProc()
1921 HandleMouseMsg(uMsg, (SHORT)LOWORD(lParam), (SHORT)HIWORD(lParam)); in WindowProc()
2157 CUIFWindow::HandleMouseMsg(UINT uMsg, LONG x, LONG y) in STDMETHODIMP_()
4470 void CUIFMenu::HandleMouseMsg(UINT uMsg, LONG x, LONG y) in HandleMouseMsg() function in CUIFMenu
4479 CUIFWindow::HandleMouseMsg(uMsg, x, y); in HandleMouseMsg()
/reactos/dll/win32/msutb/
H A Dmsutb.cpp1637 STDMETHOD_(void, HandleMouseMsg)(UINT uMsg, LONG x, LONG y) override;
5722 STDMETHODIMP_(void) CTipbarWnd::HandleMouseMsg(UINT uMsg, LONG x, LONG y) in STDMETHODIMP_()