Skip to content

This is a small C++ program that adds gravity to the mouse cursor on a Windows system.

License

Notifications You must be signed in to change notification settings

agx-r/Gravity-Cursor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Gravity Cursor

This is a small C++ program that adds gravity to the mouse cursor on a Windows system. The program constantly updates the position of the cursor based on a gravity force and the current velocity vector.

Prerequisites

  • Windows operating system

Usage

  1. Clone the repository or download the source code file.
  2. Open the source code file (gravity.cpp) in a C++ IDE or text editor.
  3. Compile and run the program using a C++ compiler.
  4. The program will add gravity to the mouse cursor, causing it to fall downwards.
  5. Press Ctrl+C to exit the program.

License

This project is licensed under the MIT License.

About

This is a small C++ program that adds gravity to the mouse cursor on a Windows system.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages