#
# HELP: SYNOPSIS:
# HELP:     register/mouse/tristrip_turn
# HELP:
# HELP: DESCRIPTION:
# HELP:     Turn tristrip using the mouse
#
{ ISROLL ${$root.register.mouse.turnorroll}
	TRISTRIP_TURN_INVIEW z ${$root.global.pointer.mouse.rel.x*$root.view[current].stepconst*0.2}
	QUIT
} ISROLL 0 0
TRISTRIP_TURN_INVIEW x ${$root.global.pointer.mouse.rel.y*$root.view[current].stepconst*0.2} 
TRISTRIP_TURN_INVIEW y ${$root.global.pointer.mouse.rel.x*$root.view[current].stepconst*0.2}
