From: <ste...@ge...> - 2001-09-30 12:03:40
|
Hi guys! This is how i get the position of the mouse, in m openGL app. But, I = forgot how to get info whether or not the two mousebuttons is pressed. = Can anyone help? case WM_MOUSEMOVE: { mouse.x =3D LOWORD(lParam);=20 mouse.y =3D HIWORD(lParam); return 0; } |