#
# HELP: SYNOPSIS:
# HELP:     angiotux2d/default/registermouse
# HELP:
# HELP: DESCRIPTION:
# HELP:     Register the mouse gestures used to steer angiotux2d
#

#
# global Settings
#

# add getting information about the current voxel.
! generic/register/mouse/info global

# Add Alt-left click for local jumping
! generic/register/mouse/localjump global

# Add Ctrl-right click for repainting 3D objects
# Fixme - should we drop that?
! generic/register/mouse/fillconnected global


# Add Ctrl-middle click for filling in 2d
! generic/register/mouse/fillconnected2d view z

# Add Ctrl-left click for cutting
! generic/register/mouse/cut2d view z

# Allow sliding using the mouse. 
# Use inverted sliding, as this is more like most graphics programs do it,
# and the crosshairs are off by default.
! generic/register/mouse/slideclip_inv engine
