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