handle-mouse-event in keymap%
Attempts to handle a mouse event, returning #t if the event was
handled (i.e., a handler was found and it returned a true value),
#f otherwise.
( -> boolean
send a-keymap handle-mouse-event in event)
in : value
event : mouse-event% object
Searches for a mapping that matches event. See also
call-function.