Home
last modified time | relevance | path

Searched refs:handleNativeWindowingEvent (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osgViewer/api/Win32/
H A DGraphicsWindowWin3297 … virtual LRESULT handleNativeWindowingEvent( HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/api/Win32/
H A DGraphicsWindowWin3297 … virtual LRESULT handleNativeWindowingEvent( HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/
H A DGraphicsWindowWin32.cpp712 return window ? window->handleNativeWindowingEvent(hwnd, uMsg, wParam, lParam) : in WindowProc()
2606 LRESULT GraphicsWindowWin32::handleNativeWindowingEvent( HWND hwnd, UINT uMsg, WPARAM wParam, LPARA… in handleNativeWindowingEvent() function in osgViewer::GraphicsWindowWin32
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/
H A DGraphicsWindowWin32.cpp634 return window ? window->handleNativeWindowingEvent(hwnd, uMsg, wParam, lParam) : in WindowProc()
2508 LRESULT GraphicsWindowWin32::handleNativeWindowingEvent( HWND hwnd, UINT uMsg, WPARAM wParam, LPARA… in handleNativeWindowingEvent() function in osgViewer::GraphicsWindowWin32
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/
H A DChangeLog5132 … button would not react on touch so I added to the top of the "handleNativeWindowingEvent" close b…
45508 …nt safeguard for minimized window:LRESULT GraphicsWindowWin32::handleNativeWindowingEvent( HWND hw…
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/
H A DChangeLog34942 …nt safeguard for minimized window:LRESULT GraphicsWindowWin32::handleNativeWindowingEvent( HWND hw…