1. A trackpad generates mouse events. O True O False 2. The event handler function for a mouse pressed event is called handle_mouse_press. O True O False 3. Which string represents the event generated when the user presses the left mouse button? O ' O O ' O ' 4. From where can the location of a mouse event be obtained? O The event object passed to the event handler. O The root window. O The widget generating the event. O The event string. 5. A widget can onlygenerate one type of mouse event. O True O False