All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.cesium.CameraEventType.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

@file:JsModule("cesium")

package cesium

/**
 * Enumerates the available input for interacting with the camera.
 * @see Online Documentation
 */

external enum class CameraEventType {

    /**
     * A left mouse button press followed by moving the mouse and releasing the button.
     */
    LEFT_DRAG,

    /**
     * A right mouse button press followed by moving the mouse and releasing the button.
     */
    RIGHT_DRAG,

    /**
     * A middle mouse button press followed by moving the mouse and releasing the button.
     */
    MIDDLE_DRAG,

    /**
     * Scrolling the middle mouse button.
     */
    WHEEL,

    /**
     * A two-finger touch on a touch surface.
     */
    PINCH,

    ;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy