SlideCommands

interface SlideCommands

Functions

Link copied to clipboard
abstract fun loadImage(bytes: ByteArray): LoadedImage

Loads an image for rendering. The image and all associated resources will be automatically cleaned up when the window is cleaned up, so callers will not need to worry about cleaning up images loaded with this method.

Link copied to clipboard
abstract fun showExceptions(block: () -> Unit)

Properties

Link copied to clipboard
abstract val camera: Camera
Link copied to clipboard
abstract val extent: Extent2D
Link copied to clipboard
abstract val hoverEffects: HoverEffects
Link copied to clipboard
abstract val mouseLeftClick: Boolean
Link copied to clipboard
abstract val mouseLeftDrag: Boolean
Link copied to clipboard
abstract val mouseLeftDragDelta: Vector2fc
Link copied to clipboard
abstract val mouseLeftRelease: Boolean
Link copied to clipboard
abstract val mouseOffset: Vector2fc
Link copied to clipboard
abstract val mouseTarget: ViewIndexed?
Link copied to clipboard
abstract val mouseWheelDelta: Float
Link copied to clipboard
abstract val renderSettings: RenderSettings