Gorgon
Show / Hide Table of Contents

Enum MouseButtons

Enumeration for mouse buttons.

Namespace: Gorgon.Input
Assembly: Gorgon.Input.dll
Syntax
[Flags]
public enum MouseButtons

Fields

Name Description
Button1

Left pointing device button pressed (same as Left).

Button2

Right pointing device button pressed (same as Right).

Button3

Middle pointing device button pressed (same as Middle).

Button4

Fourth pointing device button pressed.

Button5

Fifth pointing device button pressed.

Left

Left pointing device button pressed.

Middle

Middle pointing device button pressed.

None

No pointing device button pressed.

Right

Right pointing device button pressed.

  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author