not_yet
06-02-2004, 09:22 PM
hello all,
noob questions follow
first question:
when I search the forum I get only replys from the year 2000? even though I have it set to any date? :confused:
2nd
using linux/glut
when I click the mouse on the screen what are the x, y parameters I'm getting back from glutMouseFunc?
I have tried (for x)
temp = glutGet( GLUT_WINDOW_X);
printf( "window_x=%i\n", temp );
but I don't seem to be able to get the mouse x,y coordinates?
thanks
noob questions follow
first question:
when I search the forum I get only replys from the year 2000? even though I have it set to any date? :confused:
2nd
using linux/glut
when I click the mouse on the screen what are the x, y parameters I'm getting back from glutMouseFunc?
I have tried (for x)
temp = glutGet( GLUT_WINDOW_X);
printf( "window_x=%i\n", temp );
but I don't seem to be able to get the mouse x,y coordinates?
thanks