Removed the remapping of special keys to keyboard events.

This commit is contained in:
Robert Osfield
2002-10-28 09:43:21 +00:00
parent 55b2a5ff30
commit 91c73c6da1

View File

@@ -144,8 +144,8 @@ void Window::keyboardCB(unsigned char key, int x, int y)
void Window::specialCB(int key, int x, int y)
{
s_theWindow->special(key,x,y);
s_theWindow->check_if_exit();
// s_theWindow->special(key,x,y);
// s_theWindow->check_if_exit();
}
void Window::spaceballMotionCB(int x, int y, int z)