Functions | |
int | glutDeviceGet (GLenum eWhat) |
int | glutGetModifiers (void) |
void | glutIgnoreKeyRepeat (int ignore) |
void | glutSetKeyRepeat (int repeatMode) |
|
Allows you to get some device state/option variables.
|
|
Returns the status of Alt, Shift, and Ctrl keys. According to which, if any, modifier keys are held, the return value is the logical OR combination of any of the following symbolic bitmasks:
E.g., if the shift key is held, and no other modifier keys are held, this function will return GLUT_ACTIVE_SHIFT.
|
|
Set autorepeat status.
|
|
Sets autorepeat behavior for all OpenGLUT windows.
|