Searched refs:HandleMouseMsg (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/ime/msctfime/ |
H A D | ui.h | 116 STDMETHOD_(void, HandleMouseMsg)(UINT uMsg, LONG x, LONG y) override;
|
H A D | ui.cpp | 366 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 D | cicuif.h | 602 STDMETHOD_(void, HandleMouseMsg)(UINT uMsg, LONG x, LONG y); 723 STDMETHOD_(void, HandleMouseMsg)(UINT uMsg, LONG x, LONG y) override;
|
H A D | cicuif.cpp | 1807 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 D | msutb.cpp | 1637 STDMETHOD_(void, HandleMouseMsg)(UINT uMsg, LONG x, LONG y) override; 5722 STDMETHODIMP_(void) CTipbarWnd::HandleMouseMsg(UINT uMsg, LONG x, LONG y) in STDMETHODIMP_()
|