Registry / utility / go-vgo-robotgo

go-vgo-robotgo

JSON →
library1.0.2gogounverified

RobotGo is a Go native cross-platform system automation library for controlling mouse, keyboard, and screen operations.

go get github.com/go-vgo/robotgo
INSTALL
IMPORT
SIG · GO-VGO-ROBOTGO
G
go-vgo-robotgo
utilitygov1.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

robotgo
github.com/go-vgo/robotgo

Moves the mouse cursor to coordinates (100, 200).

package main import ( "github.com/go-vgo/robotgo" ) func main() { robotgo.MoveMouse(100, 200) }
Debug
Known issues
gotchaRobotGo requires GCC and system dependencies; installation may fail without proper setup.
fix
Ensure GCC is installed and follow platform-specific instructions in the repository.
affects: all
Upgrade
Version history
1.0.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
go-vgo-robotgo — go get go-vgo-robotgo · libregistry