Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用c#和winApi植入鼠标模拟应用程序来控制其他windows应用程序,当我模拟鼠标点击事件时需要闪烁光标。这样我就会得到一个鼠标被点击的视觉反馈。
您可以使用 ControlPaint.DrawReversibleFrame() 或 ControlPaint.DrawReversibleLine() 快速绘制一系列消失的同心形状以提供反馈。当您使用这些方法绘制完全相同的帧/线两次时,它们会自行擦除并恢复之前的任何内容。