Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/litebot/mod.ts>Cordinate

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
interface Cordinate
Re-export
import { type Cordinate } from "https://deno.land/x/litebot@v0.4.4/mod.ts";

Object with x , y cordinates for 2d object's

Properties

x: number
y: number