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