#
# HELP: SYNOPSIS:
# HELP:     register/mouse/turnpoint
# HELP:
# HELP: DESCRIPTION:
# HELP:     Set up the current turnpoint by mouseclick into the middle of
# HELP:     the currently pointed-to voxel.
#
{ IFDBL ${$root.global.pointer.mouse.met&0x08}
	CAPTION all
	NURB_SET . -1
	VIEW_DISP |2
	QUIT
} IFDBL
NURB_FINDHANDLE_NEARMOUSE .
NURB_SET . ${$root.rc}
CAPTION Handle ${$root.rc}
VIEW_DISP |2
QUIT
