Home
last modified time | relevance | path

Searched refs:windowProc (Results 1 – 25 of 114) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/platform/win32/
H A DtcuWin32Window.cpp35 return window->windowProc(uMsg, wParam, lParam); in windowProcCallback()
139 LRESULT Window::windowProc (UINT uMsg, WPARAM wParam, LPARAM lParam) in windowProc() function in tcu::win32::Window
H A DtcuWin32Window.hpp44 LRESULT windowProc (UINT uMsg, WPARAM wParam, LPARAM lParam);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DShell.java132 long windowProc; field in Shell
490 if (windowProc != 0) { in callWindowProc()
601 windowProc = OS.GetWindowLongPtr (handle, OS.GWL_WNDPROC); in createHandle()
1952 long newProc = display.windowProc; in subclass()
2054 long windowProc () { in windowProc() method in Shell
2055 if (windowProc != 0) return windowProc; in windowProc()
2058 if ((style & trim) == 0) return super.windowProc (); in windowProc()
2060 return parent != null ? DialogProc : super.windowProc (); in windowProc()
2095 long windowProc (long hwnd, int msg, long wParam, long lParam) { in windowProc() method in Shell
2136 long ret = super.windowProc (hwnd, msg, wParam, lParam); in windowProc()
[all …]
/dports/security/kleopatra/kleopatra-21.12.3/src/utils/
H A Dkuniqueservice_win.cpp52 windowClass.lpfnWndProc = windowProc; in createResponder()
160 static LRESULT CALLBACK windowProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in windowProc() function in KUniqueService::KUniqueServicePrivate
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dwinsplash.h23 LRESULT CALLBACK windowProc(HWND, UINT uMsg, WPARAM wParam, LPARAM lParam);
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dwinsplash.h23 LRESULT CALLBACK windowProc(HWND, UINT uMsg, WPARAM wParam, LPARAM lParam);
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_extra/native/
H A Djuce_win32_SystemTrayIcon.cpp156 return p->windowProc (hwnd, message, wParam, lParam); in hookedWndProc()
161 LRESULT windowProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in windowProc() function in juce::SystemTrayIconComponent::Pimpl
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_extra/native/
H A Djuce_win32_SystemTrayIcon.cpp156 return p->windowProc (hwnd, message, wParam, lParam); in hookedWndProc()
161 LRESULT windowProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in windowProc() function in juce::SystemTrayIconComponent::Pimpl
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/G3DWarehouseBrowser/include/
H A DG3DBrowser.h50 static LRESULT CALLBACK windowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
/dports/cad/ldview/ldview-4.4/
H A DSSModelWindow.cpp319 LRESULT SSModelWindow::windowProc(HWND hWnd, UINT message, WPARAM wParam, in windowProc() function in SSModelWindow
336 return CUIOGLWindow::windowProc(hWnd, message, wParam, lParam); in windowProc()
H A DSSModelWindow.h28 virtual LRESULT windowProc(HWND hWnd, UINT message, WPARAM wParam,
/dports/cad/ldview/ldview-4.4/CUI/
H A DCUIColorButton.h24 virtual LRESULT windowProc(HWND hWnd, UINT message, WPARAM wParam,
/dports/games/bzflag-server/bzflag-2.4.22/src/platform/
H A DWinDisplay.h62 static LONG WINAPI windowProc(HWND, UINT, WPARAM, LPARAM);
/dports/games/bzflag/bzflag-2.4.22/src/platform/
H A DWinDisplay.h62 static LONG WINAPI windowProc(HWND, UINT, WPARAM, LPARAM);
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/G3DWarehouseBrowser/src/
H A DG3DBrowser.cpp91 wc.lpfnWndProc = windowProc; in openBrowser()
183 LRESULT CALLBACK Browser::windowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam){ in windowProc() function in G3D::Browser
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Common/Input/Win32/
H A DInputManager.cpp27 LRESULT CALLBACK InputManager::windowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in windowProc() function in input::InputManager
232 SetWindowLongPtr(mHwnd, GWLP_WNDPROC, (LONG_PTR)windowProc); in createInput()
H A DInputManager.h40 static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Common/Input/Win32_OIS/
H A DInputManager.cpp24 LRESULT CALLBACK InputManager::windowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in windowProc() function in input::InputManager
178 SetWindowLongPtr(mHwnd, GWLP_WNDPROC, (LONG_PTR)windowProc); in createInput()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Common/Input/Win32_OIS/
H A DInputManager.cpp24 LRESULT CALLBACK InputManager::windowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in windowProc() function in input::InputManager
178 SetWindowLongPtr(mHwnd, GWLP_WNDPROC, (LONG_PTR)windowProc); in createInput()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Common/Input/Win32_OIS/
H A DInputManager.cpp24 LRESULT CALLBACK InputManager::windowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in windowProc() function in input::InputManager
178 SetWindowLongPtr(mHwnd, GWLP_WNDPROC, (LONG_PTR)windowProc); in createInput()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Common/Input/Win32/
H A DInputManager.cpp27 LRESULT CALLBACK InputManager::windowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in windowProc() function in input::InputManager
232 SetWindowLongPtr(mHwnd, GWLP_WNDPROC, (LONG_PTR)windowProc); in createInput()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Common/Input/Win32_OIS/
H A DInputManager.cpp24 LRESULT CALLBACK InputManager::windowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in windowProc() function in input::InputManager
178 SetWindowLongPtr(mHwnd, GWLP_WNDPROC, (LONG_PTR)windowProc); in createInput()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Common/Input/Win32/
H A DInputManager.cpp27 LRESULT CALLBACK InputManager::windowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in windowProc() function in input::InputManager
232 SetWindowLongPtr(mHwnd, GWLP_WNDPROC, (LONG_PTR)windowProc); in createInput()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Common/Input/Win32/
H A DInputManager.cpp27 LRESULT CALLBACK InputManager::windowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in windowProc() function in input::InputManager
232 SetWindowLongPtr(mHwnd, GWLP_WNDPROC, (LONG_PTR)windowProc); in createInput()
H A DInputManager.h40 static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);

12345