MCPcopy
hub / github.com/Sentdex/pygta5 / Mouse

Method Mouse

original_project/keys.py:495–496  ·  view source on GitHub ↗
(self, flags, x=0, y=0, data=0)

Source from the content-addressed store, hash-verified

493
494 # mouse object
495 def Mouse(self, flags, x=0, y=0, data=0):
496 return self.Input(self.MouseInput(flags, x, y, data))
497
498 # keyboard object
499 def Keyboard(self, code, flags=0):

Callers 1

sendMouseMethod · 0.95

Calls 2

InputMethod · 0.95
MouseInputMethod · 0.95

Tested by

no test coverage detected