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