CustomCursor

data class CustomCursor(val shape: Shape, val name: String = "custom") : GameWindow.ICursor, Extra

Constructors

Link copied to clipboard
constructor(shape: Shape, name: String = "custom")

Properties

Link copied to clipboard
Link copied to clipboard
open override var extra: ExtraType
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun createBitmap(size: Size? = null, native: Boolean = true): BitmapWithHotspot<Bitmap>