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