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

Class Input

original_project/Versions/v0.01/directkeys.py:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 ("hi", HardwareInput)]
43
44class Input(ctypes.Structure):
45 _fields_ = [("type", ctypes.c_ulong),
46 ("ii", Input_I)]
47
48# Actuals Functions
49

Callers 2

PressKeyFunction · 0.70
ReleaseKeyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected