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