Search
MouseButton Enumeration
See Also
 





Specifies which button was pressed to trigger the event.

Namespace: MindFusion.Controls
Assembly: Enum.js

 Syntax

JavaScript  Copy Code

// enum
MouseButton = {}

 Members

  Member name Description

Main

Main button pressed, usually the left button or the un-initialized state.

Auxiliary

Auxiliary button pressed, usually the wheel button or the middle button.

Secondary

Secondary button pressed, usually the right button.

Fourth

Fourth button, typically the Browser Back button.

Fifth

Fifth button, typically the Browser Forward button.

 See Also