Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MouseEvent

Custom Ace mouse event

Hierarchy

  • MouseEvent

Index

Constructors

constructor

Methods

getButton

  • getButton(): any
  • Get the clicked mouse button

    Returns any

    0 for left button, 1 for middle button, 2 for right button

getDocumentPosition

  • getDocumentPosition(): any
  • Get the document position below the mouse cursor

    Returns any

    'row' and 'column' of the document position

getShiftKey

  • getShiftKey(): any

inSelection

  • inSelection(): any
  • Check if the mouse cursor is inside of the text selection

    Returns any

    whether the mouse cursor is inside of the selection

Generated using TypeDoc