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

Function forward_right

original_project/3. test_model.py:84–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82
83
84def forward_right():
85 PressKey(W)
86 PressKey(D)
87 ReleaseKey(A)
88 ReleaseKey(S)
89
90
91def reverse_left():

Callers 1

mainFunction · 0.70

Calls 2

PressKeyFunction · 0.90
ReleaseKeyFunction · 0.90

Tested by

no test coverage detected