Hide mouse cursor when idle
Hello everyone. Today I'd like to release a plugin I just made. I call it: N_HideIdleMouseThis plugin is available on GitHub: https://github.com/Nolonar/RM_Plugins-HideIdleMouse
Direct download link for the latest version available: https://github.com/Nolonar/RM_Plugins-HideIdleMouse/releases/latest/download/N_HideIdleMouse.js
It simply hides the mouse cursor when idle.
It also hides the mouse cursor immediately when the game starts, because otherwise the player would need to move the mouse at least once before the auto-hiding kicks in.
Note: The mouse cursor is only hidden when it is inside the game window. This is not a bug.
How to use
Just enable the plugin, that's it.
You can customize how long the mouse can remain idle before it is hidden. By default, the timeout is 3000 milliseconds (3 seconds).
If you don't care about the mouse at all and simply wish to keep it hidden at all times, you can just use the following one-liner.
JavaScript:
document.body.style.cursor = 'none';
Simply paste it into a text file, change the file extension from .txt to .js, and you have your plugin.
Terms of use
The one-liner (above) has absolutely no Terms of Use. Do with it whatever you want.
For the full plugin, the MIT license applies. In short, as long as you preserve the copyright and license notice, you're free to do whatever you want with it
本贴来自国际rpgmaker官方论坛作者:Nolonar处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/hide-mouse-cursor-when-idle.92805/
页:
[1]