| 29 | ("dwExtraInfo", PUL)] |
| 30 | |
| 31 | class HardwareInput(ctypes.Structure): |
| 32 | _fields_ = [("uMsg", ctypes.c_ulong), |
| 33 | ("wParamL", ctypes.c_short), |
| 34 | ("wParamH", ctypes.c_ushort)] |
| 35 | |
| 36 | class MouseInput(ctypes.Structure): |
| 37 | _fields_ = [("dx", ctypes.c_long), |
nothing calls this directly
no outgoing calls
no test coverage detected