Show / Hide Table of Contents

Enum MouseEventFlags

Mouse Event Flags see cv::MouseCallback

Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum MouseEventFlags

Fields

Name Description
AltKey

indicates that ALT Key is pressed.

CtrlKey

indicates that CTRL Key is pressed.

LButton

indicates that the left mouse button is down.

MButton

indicates that the middle mouse button is down.

RButton

indicates that the right mouse button is down.

ShiftKey

indicates that SHIFT Key is pressed.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX