Show / Hide Table of Contents

Enum MouseButtonFlags

Mouse button flags.

Namespace: OpenTK.Core.Platform
Assembly: OpenTK.Core.dll
Syntax
[Flags]
public enum MouseButtonFlags

Fields

Name Description
Button1

Indicates that the primary mouse button (usually the left one) is pressed.

Button2

Indicates that the secondary mouse button (usually the right one) is pressed.

Button3

Indicates that the tertiary mouse button (usually in the mouse wheel) is pressed.

Button4

Indicates that auxiliary mouse button 1 is pressed.

Button5

Indicates that auxiliary mouse button 2 is pressed.

Button6

Indicates that auxiliary mouse button 3 is pressed.

Button7

Indicates that auxiliary mouse button 4 is pressed.

Button8

Indicates that auxiliary mouse button 5 is pressed.

In this article
Back to top Generated by DocFX