Skip to main content

alphaTab.platform.IMouseEventArgs

Description

This interface represents the information about a mouse event that occured on the UI.

 interface IMouseEventArgs

Properties

isLeftMouseButton

Gets a value indicating whether the left mouse button was pressed.

Methods

getX(IContainer)

Gets the X-position of the cursor at the time of the event relative to the given UI container.

getY(IContainer)

Gets the Y-position of the cursor at the time of the event relative to the given UI container.

preventDefault()

If called, the original mouse action is prevented and the event is flagged as handled.