Type alias PointerStyleHandler

PointerStyleHandler: ((newPointerStyle: string) => void)

Type declaration

    • (newPointerStyle: string): void
    • A function which shows a given pointer style. Normally implemented as a function which sets the CSS cursor style of a Root's canvas

      Parameters

      • newPointerStyle: string

      Returns void

Generated using TypeDoc