RSX Code Reference
    Preparing search index...
    • rsx
    • OSDropManager

    Class OSDropManager

    Handles the Operation System drag and drop operations when on top of our application.

    Sim thread only.

    Index
    • get isDragInProgress(): boolean

      Returns true if there is a OS drag happening on top of RSX application.

      Returns boolean

    onOSDragStarted: Event<[p0: EnumValue<OSDropDataType, number>]>

    Gets called when there is a OS drag happening on top of RSX application. Passing the data type of the current drop.

    onOSDragEnded: Event<[]>

    Gets called when a OS drag that was happening on top of RSX application finishes. It could have leaved the window areas, or by actually dropping the file into the engine.