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

Class Input_I

original_project/directkeys.py:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 ("dwExtraInfo", PUL)]
43
44class Input_I(ctypes.Union):
45 _fields_ = [("ki", KeyBdInput),
46 ("mi", MouseInput),
47 ("hi", HardwareInput)]
48
49class Input(ctypes.Structure):
50 _fields_ = [("type", ctypes.c_ulong),

Callers 2

PressKeyFunction · 0.70
ReleaseKeyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected