Class OSDropManager

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

Sim thread only.

Constructors

Accessors

  • get isDragInProgress(): boolean
  • Returns true if there is a OS drag happening on top of RSX application.

    Returns boolean

Events

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

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

onOSDragEnded: Event<[], void>

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.