INT 33,7 - Set Mouse Horizontal Min/Max Position

	AX = 7
	CX = minimum horizontal position
	DX = maximum horizontal position
	returns nothing
	- restricts mouse horizontal movement to window
	- if min value is greater than max value they are swapped