Beispiel #1
0
void
motion ( int x, int y ) 
{
  trackball.dragMouse(x,y);
}
Beispiel #2
0
void
motion ( int x, int y ) 
{
  trackball.dragMouse(x,height-y);
}