Is there a way to change the mouse pointer when the mouse moves over the canvas component?

You can re-draw your canvas from the canvas reset event.
The canvas reset event fires any time the canvas is reset and cleared by, for example, window resizes.

1 Like