You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**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.
6
+
7
+
## Features
8
+
9
+
- Real-time display of mouse cursor coordinates.
10
+
- Start/Stop tracking functionality.
11
+
- Set custom coordinates for the mouse cursor.
12
+
- Adjustable refresh speed for the coordinate tracking.
13
+
14
+
## Getting Started
15
+
16
+
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.
17
+
18
+
## Prerequisites
19
+
20
+
- Windows operating system
21
+
- .NET Framework
22
+
23
+
## Installation
24
+
25
+
1. Download the latest release from the [Releases](https://github.com/gravity-api/cursor-coordinate-tracker/releases) page.
26
+
2. Extract the zip file to your desired location.
27
+
3. Run the executable file (e.g., `CursorCoordinateTracker.exe`).
28
+
29
+
## Usage
30
+
31
+
1. Launch the application.
32
+
2. The main window will display the current X and Y coordinates of the mouse cursor.
33
+
3. Use the "Start" button to begin tracking the cursor.
34
+
4. Use the "Stop" button to pause tracking.
35
+
5. Adjust the refresh speed using the slider.
36
+
6. Click the "Set Position" button to manually set custom coordinates.
37
+
38
+
## Screenshots
39
+
40
+

41
+
42
+
## Contributing
43
+
44
+
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.
45
+
46
+
## License
47
+
48
+
This project is licensed under the [MIT License](LICENSE).
0 commit comments