
/*
 * TrackPoint scroll simulation handler if the BTN_MIDDLE is down
 */

	if(psmouse->model == PSMOUSE_TRACKPOINT)
		trackpoint_sim_scroll(psmouse);

