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

Class Input_I

original_project/vjoy-testing/directkeys.py:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 ("dwExtraInfo", PUL)]
38
39class Input_I(ctypes.Union):
40 _fields_ = [("ki", KeyBdInput),
41 ("mi", MouseInput),
42 ("hi", HardwareInput)]
43
44class Input(ctypes.Structure):
45 _fields_ = [("type", ctypes.c_ulong),

Callers 2

PressKeyFunction · 0.70
ReleaseKeyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected