Beispiel #1
0
void motion(int x, int y)
{
        trackball.mouseMotion(x, y);
        glutPostRedisplay();
}