imitatorgkw
imitatorgkw
`if (g_MiiManager.DeviceStackContext->MovementDevice.AbsoluteMovement) { if (!(MOUSE_MOVE_ABSOLUTE & IndicatorFlags)) { ERR_PRINT("Unexpected indicator flags. (movement type)"); ntstatus = STATUS_UNSUCCESSFUL; goto exit; } } else { if (MOUSE_MOVE_ABSOLUTE & IndicatorFlags) { ERR_PRINT("Unexpected indicator flags....
> Are you trying to inject `MOUSE_MOVE_RELATIVE` packets? Yes, I tried to inject MOUSE_MOVE_RELATIVE packets
谢谢你的回答
> 王老师讲的是真好 有视频链接吗
I only use 2d radar, and I have the same problem as you