MCPcopy Create free account
hub / github.com/Xetera/ghost-cursor / toggleRandomMove

Method toggleRandomMove

src/spoof.ts:579–581  ·  view source on GitHub ↗

Toggles random mouse movements on or off.

(random: boolean)

Source from the content-addressed store, hash-verified

577
578 /** Toggles random mouse movements on or off. */
579 public toggleRandomMove (random: boolean): void {
580 this.moving = !random
581 }
582
583 /** Get current location of the cursor. */
584 public getLocation (): Vector {

Callers 3

clickMethod · 0.95
moveMethod · 0.95
moveToMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected