Disable Vertical Mouse Movement

Hi

Does anybody know if it is possible to lock either the vertical or horizontal movement of the mouse? Something like:

 
onMouseDown = function () {
 _xmouse = false;
}