API (v2.0.0) - Giro3D
    Preparing search index...

    Type Alias MouseCallback

    MouseCallback: (e: MouseEvent) => boolean

    A callback that can be used to test for a mouse button or key combination. If the function returns true, the associated action is executed.

    Type Declaration

      • (e: MouseEvent): boolean
      • Parameters

        • e: MouseEvent

        Returns boolean