Skip to main content
Module

x/litebot/mod.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/mod.ts";

Move the mouse left by a relative amount.

type

(x: number) => void