-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the README.md file to provide more detailed information about the SynthPointer.dll library. This includes descriptions of building, downloading, licensing, and contributing to the project.
- Loading branch information
Showing
1 changed file
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,21 @@ | ||
# SynthPointer.dll | ||
DLL to provide simplified interface for emulating stylus input in Windows | ||
|
||
SynthPointer.dll is a dynamic link library (DLL) for simulating pen input using the Synthetic Pointer API in Windows. It provides a set of functions that allow you to create a synthetic pointer device, manipulate its state, and inject pointer input. | ||
|
||
For detailed documentation of the functions and their usage, please refer to the [docs](docs.md) file. | ||
|
||
## Building | ||
|
||
The project uses CMake for building and Clang as the compiler. The minimum required version of CMake is 3.10. The project is set up to export all symbols on Windows and to use the C99 standard. | ||
|
||
## Download | ||
|
||
The DLL is built with the GitHub Windows runner for each tag. You can download the latest version from the [releases](https://github.com/Sett17/SynthPointer.dll/releases) page on GitHub. | ||
|
||
## License | ||
|
||
The project is licensed under the [Unlicense](LICENSE). | ||
|
||
## Contributing | ||
|
||
Contributions are welcome. Please open an issue or submit a pull request on GitHub. We are particularly interested in contributions that would extend the functionality of the library to include touch input. |