INT 33,1B - Get Mouse Sensitivity


	AX = 1B


	on return:
	BX = horizontal coordinates per pixel  (≤ 100)
	CX = vertical coordinates per pixel  (≤ 100)
	DX = double speed threshold


	- returns mouse sensitivity information as the number of mouse
	  coordinates per screen pixel