def __repr__(self): return "<MouseMatch: %s/ %08x:%s>" % (evt_type_to_str( self.evt_type), self.modifiers, buttons_to_str(self.button))
def __repr__(self): return "<MouseMatch: %s/ %08x:%s>" % (evt_type_to_str(self.evt_type), self.modifiers, buttons_to_str(self.button))