CursorManager

open class CursorManager

Manager to control cursor per native component.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getCursor(component: Any?): Cursor?

Get cursor for the given component.

Link copied to clipboard
open fun setCursor(component: Any?, cursor: Cursor)

Set cursor for the given component.