Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g4-api/cursor-coordinate-tracker
Cursor Coordinate Tracker v1.0 is a WPF application for real-time tracking and setting of the cursor's position on the screen. It features adjustable refresh speed, allowing users to control how frequently the cursor's coordinates are updated.
https://github.com/g4-api/cursor-coordinate-tracker
csharp cursor-tracking developer-tools dotnet real-time-tracking ui-automation windows-application wpf
Last synced: about 1 month ago
JSON representation
Cursor Coordinate Tracker v1.0 is a WPF application for real-time tracking and setting of the cursor's position on the screen. It features adjustable refresh speed, allowing users to control how frequently the cursor's coordinates are updated.
- Host: GitHub
- URL: https://github.com/g4-api/cursor-coordinate-tracker
- Owner: g4-api
- License: mit
- Created: 2024-05-31T14:58:45.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T15:07:34.000Z (6 months ago)
- Last Synced: 2024-09-28T14:01:21.993Z (about 2 months ago)
- Topics: csharp, cursor-tracking, developer-tools, dotnet, real-time-tracking, ui-automation, windows-application, wpf
- Language: C#
- Homepage: https://github.com/g4-api/cursor-coordinate-tracker
- Size: 90.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cursor Coordinate Tracker v1.0
[![Build & Release](https://github.com/g4-api/cursor-coordinate-tracker/actions/workflows/GithubActions.yml/badge.svg?branch=main)](https://github.com/g4-api/cursor-coordinate-tracker/actions/workflows/GithubActions.yml)
**Cursor Coordinate Tracker** is a simple desktop application built using WPF (Windows Presentation Foundation) that allows users to track and display the current X and Y coordinates of the mouse cursor in real-time.
## Features
- Real-time display of mouse cursor coordinates.
- Start/Stop tracking functionality.
- Set custom coordinates for the mouse cursor.
- Adjustable refresh speed for the coordinate tracking.## Getting Started
To use the application, simply run the executable file. The main window displays the current X and Y coordinates of the mouse cursor. You can start or stop tracking using the "Start" button, and set custom coordinates using the "Set Position" button. The refresh speed can be adjusted using the slider.
## Prerequisites
- Windows operating system
- .NET Framework## Installation
1. Download the latest release from the [Releases](https://github.com/gravity-api/cursor-coordinate-tracker/releases) page.
2. Extract the zip file to your desired location.
3. Run the executable file (e.g., `CursorCoordinateTracker.exe`).## Usage
1. Launch the application.
2. The main window will display the current X and Y coordinates of the mouse cursor.
3. Use the "Start" button to begin tracking the cursor.
4. Use the "Stop" button to pause tracking.
5. Adjust the refresh speed using the slider.
6. Click the "Set Position" button to manually set custom coordinates.## Screenshots
![Application Screenshot](/screenshots/1.png)
## Contributing
If you have suggestions for improvements, bug reports, or want to contribute to the project, please feel free to create an issue or submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE).