Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/litebot/modules/mouse.ts>mouseLeft

A Deno library for interacting with the mouse 🖱️ keyboard ⌨️ and screen 💻. Provides a simple API for creating kbm events, macros, & working with displays. Leverages FFI & C providing high performance while maintaining a simple TypeScript API
Latest
variable mouseLeft
import { mouseLeft } from "https://deno.land/x/litebot@v0.4.4/modules/mouse.ts";

Move the mouse left by a relative amount.

type

(x: number) => void