UNPKG

lazy-widgets

Version:

Typescript retained mode GUI for the HTML canvas API

8 lines (7 loc) 236 B
/** * A function which shows a given pointer style. Normally implemented as a * function which sets the CSS cursor style of a Root's canvas * * @category Core */ export type PointerStyleHandler = (newPointerStyle: string) => void;