Ignore mouse click but not mouse over

Hey, I know I can get a component to ignore mouse clicks with setInterceptsMouseClicks(false, false), but this also makes it ignore mouse over events...any way I can ignore the click but keep the mouse overs?

 

Thanks,

 

Rob