When a mouse event is generated how is the location of the click point determined? Question 20 options: It is extracted from the mouse event that is passed to the event handler The event handler must generate a secondary event to obtain the location It is automatically saved as an instance variable in the object of which the mouse was clicked It is obtained by calling a method of the mouse object
Question 20 (5 points)
When a mouse event is generated how is the location of the click point determined?
Question 20 options:
| It is extracted from the mouse event that is passed to the event handler |
| The event handler must generate a secondary event to obtain the location |
| It is automatically saved as an instance variable in the object of which the mouse was clicked |
| It is obtained by calling a method of the mouse object |