Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Create free account
$300 in Free Credit Towards Top Cloud Services
Build VMs, containers, AI, databases, storage—all in one place.
Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
This project houses two packages:
* windetect (latest release: 2.0.1)
Windetect is a Tk library that provides the detection functionality for tracking windows in a Tk GUI with the mousepointer.
* tkwintrack (latest release: 2.1.1)
Tkwintrack is an inspection tool for developers of Tk GUI's. While tracking individual windows in a GUI with the mousepointer, tkwintrack outlines them and displays their pathname in a small widget. Window pathnames reported in this pathname widget may be copied to the clipboard using a keyboard shortcut. ...
Adds support for confining the mousepointer to a Java AWT or Swing window, useful for video games that use mouse look or edge scrolling.
Usage:
0. Download release/jpointerlock.jar and lib/native-library-loader.jar from the code section, and add them to your build path/classpath.
1. Call PointerLockLoader.init() as early as possible on the AWT EDT to load the native library.
2.