Search
MouseButton Enumeration
See Also
 





Specifies which button was pressed to trigger the event.

Namespace: MindFusion.Controls
File: Enum.js

 Syntax

JavaScript  Copy Code

// enum
MouseButton = {}

 Members

  Member name Description

Auxiliary

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

Fifth

Fifth button, typically the Browser Forward button.

Fourth

Fourth button, typically the Browser Back button.

Main

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

Secondary

Secondary button pressed, usually the right button.

 See Also