“Hiding” System Cursor

后端 未结 2 418
陌清茗
陌清茗 2020-12-18 12:16

BACKGROUND:

  • I\'m trying to create a \"mouse hiding\" application that hides the user\'s mouse from the screen after a set amount of time.
  • I\'ve trie
2条回答
  •  梦毁少年i
    2020-12-18 12:41

    One application can't affect another applications cursor. You'd have to write a mouse driver of some sort in order to do this.

提交回复
热议问题