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

Class Input

original_project/directkeys.py:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 ("hi", HardwareInput)]
48
49class Input(ctypes.Structure):
50 _fields_ = [("type", ctypes.c_ulong),
51 ("ii", Input_I)]
52
53# Actuals Functions
54

Callers 2

PressKeyFunction · 0.70
ReleaseKeyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected