Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.92 KB

File metadata and controls

48 lines (30 loc) · 1.92 KB

Cursor Coordinate Tracker v1.0

Build & Release

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 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

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.