1.
What is the purpose of event listeners in handling user input on the Canvas?
2.
Which event is commonly used to track mouse clicks on the Canvas?
3.
What does the mousemove event allow developers to track on the Canvas?
4.
Which event is triggered when the mouse button is released on the Canvas?
5.
What does the mouseout event indicate on the Canvas?
6.
How are keyboard input events typically handled on the Canvas?
7.
Which event is triggered when a key is pressed and held down on the keyboard?
8.
What is the purpose of the keyup event in keyboard input handling?
9.
How can developers track mouse movement coordinates on the Canvas?
10.
Which event is used to detect when the mouse pointer enters the Canvas area?