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

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

There is a newer version: 1.90.0-10
Show newest version
// Automatically generated - do not modify!

package cesium

/**
 * This enumerated type is for representing keyboard modifiers. These are keys
 * that are held down in addition to other event types.
 * @see Online Documentation
 */

@JsName("\$cesium__KeyboardEventModifier")
external object /* enum */ KeyboardEventModifier {

    /**
     * Represents the shift key being held down.
     */
    val SHIFT: KeyboardEventModifier

    /**
     * Represents the control key being held down.
     */
    val CTRL: KeyboardEventModifier

    /**
     * Represents the alt key being held down.
     */
    val ALT: KeyboardEventModifier
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy