i have set up my first person camera all perfect with the mouse but whenever mouse_x is 1024 (im running at 1024x768) or 0 you cant turn on the x axis anymore... and same with mouse_y (execpt 768 and not 1024), is there a way to make no limit to the mouse coords?
ps. im useing the nehe code for mouse movment:
Code :case WM_MOUSEMOVE: { mouse_x = LOWORD(lParam); mouse_y = HIWORD(lParam); } break;



