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

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_keyctrl.c14 __glutCurrentWindow->ignoreKeyRepeat = ignore;
H A Dwin32_winproc.c189 if (window->ignoreKeyRepeat && (lParam & (1 << 30)) ) {
227 if (window->ignoreKeyRepeat && (lParam & (1 << 30)) ) {
H A Dglut_input.c615 return __glutCurrentWindow->ignoreKeyRepeat;
H A Dglutint.h359 Bool ignoreKeyRepeat; /* if window ignores autorepeat */ member in struct:_GLUTwindow
H A Dglut_event.c530 if (window->ignoreKeyRepeat) {
H A Dglut_win.c551 window->ignoreKeyRepeat = False;
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglutint.h374 Bool ignoreKeyRepeat; /* if window ignores autorepeat */ member in struct:_GLUTwindow

Completed in 15 milliseconds