I created a function handler for the mouse motion. It simply takes the x and y parameters and update the coordinates of a 3D object according to them.
It runs well, except when I move the mouse too far in the bottom of the screen. Doing this cause the mouse to stop responding unless I go up enough again.
This bug reminds me of problems when running a windowed program, but mine runs in fullscreen...



) i think...