MCPcopy Create free account
hub / github.com/Sentdex/pygta5 / HardwareInput

Class HardwareInput

original_project/directkeys.py:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 ("dwExtraInfo", PUL)]
30
31class HardwareInput(ctypes.Structure):
32 _fields_ = [("uMsg", ctypes.c_ulong),
33 ("wParamL", ctypes.c_short),
34 ("wParamH", ctypes.c_ushort)]
35
36class MouseInput(ctypes.Structure):
37 _fields_ = [("dx", ctypes.c_long),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected