Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
sendMouse
Method · 0.95
Calls
2
Input
Method · 0.95
MouseInput
Method · 0.95
Tested by
no test coverage detected