From 50e8ea423c81a35b287002e8b0e2f2d34f40018c Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 10 Oct 2002 09:29:07 +0000 Subject: [PATCH] Added remapping of special keys to be handle like a convential key press. --- src/osgGLUT/Window.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/osgGLUT/Window.cpp b/src/osgGLUT/Window.cpp index 771b7e752..78bd3b3c8 100644 --- a/src/osgGLUT/Window.cpp +++ b/src/osgGLUT/Window.cpp @@ -227,9 +227,11 @@ void Window::keyboard(unsigned char key, int , int ) } } -void Window::special(int , int , int ) +void Window::special(int k, int x, int y) { - osg::notify(osg::INFO)<<"info : Window::special() unhandled."<