| glutMouseFunc(func) | Called when a mouse button is pressed |
| glutMotionFunc(func) | Called when mouse moves, while button pressed |
| glutPassiveMotionFunc(func) | Called when mouse moves, with no button pressed |
| glutGetModifiers() | Returns state of shift, control, alt keys when event happened |