Adds a keybind into the module that allows GMs to temporarily hide their cursor from everyone else (including other GMs)
This commit is contained in:
parent
c2601ba69c
commit
f58c8411aa
3 changed files with 144 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
// Settings
|
||||
import { preventMovementHistory } from "../settings/preventMovementHistory.mjs";
|
||||
import { toggleMouseBroadcast } from "../settings/toggleMouseBroadcast.mjs";
|
||||
|
||||
// Utils
|
||||
import { Logger } from "../utils/Logger.mjs";
|
||||
|
|
@ -14,4 +15,5 @@ Hooks.on(`init`, () => {
|
|||
Logger.log(`Initializing`);
|
||||
|
||||
preventMovementHistory();
|
||||
toggleMouseBroadcast();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue