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