Searched refs:ignoreKeyRepeat (Results 1 - 5 of 5) sorted by relevance

/haiku/src/libs/glut/
H A DglutWindow.h95 bool ignoreKeyRepeat; member in class:GlutWindow
H A DglutGet.cpp198 return gState.currentWindow->ignoreKeyRepeat;
H A DglutEvent.cpp392 gState.currentWindow->ignoreKeyRepeat = (ignore != 0);
410 if (ignoreKeyRepeat
H A DglutWindow.cpp134 ignoreKeyRepeat = (gState.keyRepeatMode == GLUT_KEY_REPEAT_OFF);
H A Dglutint.h378 Bool ignoreKeyRepeat; /* if window ignores autorepeat */ member in struct:_GLUTwindow

Completed in 42 milliseconds