本文介绍了除非发生鼠标移动,否则Setcursor()不会生效的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在我的一个示例中,我正在从dll加载并设置游标.
但是在调用SetCursor()之后,光标不会立即重绘.
仅当发生鼠标移动时,才会显示新加载的光标.
有人可以帮我吗
Hi,
In one of my samples i am loading and setting a cursor from a dll.
But cursor is not redrawn immediately after calling SetCursor().
Newly loaded cursor will be shown only if a mouse move occurs.
Can any one help me
推荐答案
这篇关于除非发生鼠标移动,否则Setcursor()不会生效的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!