Difference between revisions of "Manual:Config:Advanced:Bindings:Mouse"

From VsWiki
Jump to: navigation, search
 
Line 1: Line 1:
 
{{NAV_Manual |
 
{{NAV_Manual |
| previous=[[Manual:Config|Config]]
+
| previous=[[Manual:Config:Keyboard|Keyboard]]
 
| up=[[Manual]]
 
| up=[[Manual]]
| next=[[Manual#Play|Manual: Playing Vega Strike]]
+
| next=[[Manual:Config:Joystick|Joystick]]
 
}}
 
}}
 
----
 
----
Line 52: Line 52:
  
 
==See also==
 
==See also==
 +
 +
----
 +
{{NAV_Manual |
 +
| previous=[[Manual:Config:Keyboard|Keyboard]]
 +
| up=[[Manual]]
 +
| next=[[Manual:Config:Joystick|Joystick]]
 +
}}

Revision as of 10:23, 17 March 2005

arrow_left.png Keyboard arrow_up.png Manual Joystick arrow_right.png

Mouse Configuration

This page provides working examples of different mouse configurations, showing how each button has been bound to operate a single Vega Strike function.

If a Mouse Configuration matches your mouse, you can edit copy the configuration here into your vegastrike config file.

MOUSE: bind

Sample

<bind mouse="0" button="2" modifier="none" command="ABKey" />

Description

  • mouse - number of mouse
  • button - number of button on mouse
  • modifier - ?no idea?
  • command - specify the command to start when the button is pressed here. See Keybaord layout for descriptions.

MOUSE: axis

Sample

    <axis name="x" mouse="0" axis="0" inverse="false" />

Description

  • name - name of axis (in the game) to bind (x,y,z) ?throttle?
  • mouse - number of the mouse
  • axis - number of the axis of the mouse
  • inverse - set to "true" if you want to inverse the axis direction else set to "false".

Mouse Examples

(Please insert your working configs here)

<insert next mouse config here>

<!-- Mouse:Your_Mouse_Name:BEGIN-->
<!-- Mouse:Your_Mouse_Name:END-->

<insert next mouse config here>

<!-- Mouse:Your_Mouse_Name:BEGIN-->
<!-- Mouse:Your_Mouse_Name:END-->

See also


arrow_left.png Keyboard arrow_up.png Manual Joystick arrow_right.png