Removed the remapping of special keys to keyboard events.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user