Camera.tilt = -90
and I have this in main:

while (1)
{
mouse_pos.x = mouse_cursor.x; // allow the mouse pointer to move
mouse_pos.y = mouse_cursor.y; // on the x and y axis
wait (1);
}

plus

mouse mode = 2;

am I forgetting something?

Last edited by rtsgamer706; 10/01/13 00:58.