The MouseButtons

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
public enum Mouse_Buttons

Members

Member nameValueDescription
Left0 The Left MouseButton
Middle1 The Middle MouseButton
Right2 The Right MouseButton

See Also