Home
last modified time | relevance | path

Searched refs:OnSetCursor (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/games/xpilot/xpilot-4.5.5/src/server/NT/
H A DUrlWidget.cpp63 BOOL UrlWidget::OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message) in BEGIN_MESSAGE_MAP()
95 return CStatic::OnSetCursor(pWnd, nHitTest, message); in BEGIN_MESSAGE_MAP()
H A DUrlWidget.h64 afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message);
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstDialogAbout.cpp45 { WM_SETCURSOR, &About::OnSetCursor }
63 ibool About::OnSetCursor(Param& param) in OnSetCursor() function in Nestopia::Window::About
H A DNstDialogAbout.hpp47 ibool OnSetCursor (Param&);
H A DNstManagerInputCursor.cpp49 { WM_SETCURSOR, &Cursor::OnSetCursor }, in Cursor()
186 ibool Input::Cursor::OnSetCursor(Window::Param& param) in OnSetCursor() function in Nestopia::Managers::Input::Cursor
/dports/devel/wxformbuilder/source/src/rad/designer/
H A Dvisualobj.cpp43 EVT_SET_CURSOR( VObjEvtHandler::OnSetCursor ) in BEGIN_EVENT_TABLE()
140 void VObjEvtHandler::OnSetCursor(wxSetCursorEvent &event) in OnSetCursor() function in VObjEvtHandler
H A Dresizablepanel.cpp31 EVT_SET_CURSOR(ResizablePanel::OnSetCursor) in BEGIN_EVENT_TABLE()
69 void ResizablePanel::OnSetCursor(wxSetCursorEvent& e) in OnSetCursor() function in ResizablePanel
H A Dvisualobj.h51 void OnSetCursor(wxSetCursorEvent &event);
H A Dresizablepanel.h62 void OnSetCursor(wxSetCursorEvent& e);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/
H A Dlegacy_render_widget_host_win.h90 MESSAGE_HANDLER_EX(WM_SETCURSOR, OnSetCursor) in MESSAGE_HANDLER_EX()
165 LRESULT OnSetCursor(UINT message, WPARAM w_param, LPARAM l_param);
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Dlegacy_render_widget_host_win.h90 MESSAGE_HANDLER_EX(WM_SETCURSOR, OnSetCursor) in MESSAGE_HANDLER_EX()
165 LRESULT OnSetCursor(UINT message, WPARAM w_param, LPARAM l_param);
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/common/PropTree/
H A DPropTreeItemColor.h87 afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message);
H A DPropTreeList.h80 afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message);
H A DPropTreeItemColor.cpp312 BOOL CPropTreeItemColor::OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message) in OnSetCursor() function in CPropTreeItemColor
329 return CWnd::OnSetCursor(pWnd, nHitTest, message); in OnSetCursor()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/Clients/PrinterSetupWizard/
H A DSecondPage.h47 afx_msg BOOL OnSetCursor(CWnd * pWnd, UINT nHitTest, UINT message);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/plugins/ipc/
H A DPluginInterposeOSX.h122 void OnSetCursor(const NSCursorInfo& cursorInfo);
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/ipc/
H A DPluginInterposeOSX.h122 void OnSetCursor(const NSCursorInfo& cursorInfo);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/plugins/ipc/
H A DPluginInterposeOSX.h122 void OnSetCursor(const NSCursorInfo& cursorInfo);
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/wayland/
H A DSeatInputProcessing.h71 virtual void OnSetCursor(std::uint32_t seatGlobalName, std::uint32_t serial) {} in OnSetCursor() function
H A DSeatInputProcessing.cpp47 m_handler.OnSetCursor(seatGlobalName, serial); in OnPointerEnter()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/app/
H A Dxfa_ffsignature.h40 FX_BOOL OnSetCursor(FX_FLOAT fx, FX_FLOAT fy) override;
/dports/cad/electric/electric-7.00/src/graph/
H A Dgraphpcchildframe.cpp318 BOOL CChildFrame::OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message) in OnSetCursor() function in CChildFrame
327 if (CMDIChildWnd::OnSetCursor(pWnd, nHitTest, message)) return(1); in OnSetCursor()
H A Dgraphpcchildframe.h101 afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message);
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.Windows.Forms.Design/
H A DComponentTray.cs218 protected virtual void OnSetCursor () in OnSetCursor() method in System.Windows.Forms.Design.ComponentTray
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/include/win32/
H A DWindow.h95 virtual long OnSetCursor(HWND, unsigned int, unsigned int);

1234567