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

# add setting the turnpoint
! generic/register/mouse/turnpoint global

# 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-left click for repainting objects
! generic/register/mouse/cut global

# Add Ctrl-right click for repainting objects
! generic/register/mouse/fillconnected global

# Add vertical and horizontal cutting
! generic/register/mouse/vertcut global
! generic/register/mouse/vertcut2 global
! generic/register/mouse/horizcut global

# Add the autopilot gesture
! generic/register/mouse/autopilot global

# Allow turning using the mouse
! generic/register/mouse/turn global

# Allow sliding using the mouse
! generic/register/mouse/slide global

# Allow walking using the mouse
! generic/register/mouse/go global

# Allow moving volumes with the right shift key and the mouse
! generic/register/mouse/vol_move VolMoveRShift global 0x10000 0xffffffff 0 1
