Lines Matching refs:buttons
42 def create_report(self, x, y, buttons=None, wheels=None, reportID=None): argument
54 if buttons is not None:
55 left, right, middle = buttons
88 def event(self, x, y, buttons=None, wheels=None): argument
99 r = self.create_report(x, y, buttons, wheels)
142 def fake_report(self, x, y, buttons): argument
143 if buttons is not None:
144 left, right, middle = buttons
331 def event(self, x, y, buttons=None, wheels=None): argument
335 r = self.create_report(x, y, buttons, wheels, reportID=1)
338 r = self.create_report(x, y, buttons, reportID=2)