Search results

MouseButtons API in JavaScript Diagram API control

Returns which mouse button is clicked. Left - Whenever the left button of the mouse is clicked, ‘Left’ is returned. Progress - Whenever the mouse wheel is clicked, ‘Middle’ is returned. Completed - Whenever the right button of the mouse is clicked, ‘Right’ is returned.

  • Left
  • Middle
  • Right