From Paul Martz, osgViewer Win32 GL3 context creation support

This commit is contained in:
Robert Osfield
2009-11-13 10:03:02 +00:00
parent 8238396099
commit 6649f51ff2
2 changed files with 91 additions and 3 deletions

View File

@@ -139,7 +139,8 @@ class OSGVIEWER_EXPORT GraphicsWindowWin32 : public osgViewer::GraphicsWindow
unsigned int& extendedStyle );
bool setPixelFormat();
HGLRC createContextImplementation();
void adaptKey( WPARAM wParam, LPARAM lParam, int& keySymbol, unsigned int& modifierMask );
void transformMouseXY(float& x, float& y);