Package-level declarations
Types
Link copied to clipboard
Interface representing a tool controller for managing touch events and invalidation ticks. This interface is designed for tools that interact with a canvas, such as drawing tools, erasers, or pointers. It includes methods for managing touch interactions and updating the invalidate state of the canvas.
Link copied to clipboard
Interface representing the touch event handling for a drawing tool. It defines methods for handling touch events such as initialization, start, move, end, and drawing on the canvas.