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