Skip to content

Releases: dikkadev/SynthPointer.dll

v2.3.0

07 Aug 00:25
Compare
Choose a tag to compare
fix(SynthPointer): Fix issue with penFlags not being set correctly in…

v2.2.0

06 Aug 12:25
Compare
Choose a tag to compare
fix(SynthPointer): Fix ScreenCount return type

The `ScreenCount` function in `SynthPointer.c` now takes a pointer to an integer as a parameter and assigns the number of screens to the dereferenced value. This fixes the return type of the function.

v2.1.0

06 Aug 11:28
Compare
Choose a tag to compare
fix: fix the ScreenCount function signature

The ScreenCount function in SynthPointer.c had an incorrect return type and parameter. The correct return type is int and there are no parameters. This fix corrects the function signature.

v2.0.10

06 Aug 00:19
Compare
Choose a tag to compare
chore(workflow): update release workflow

Update the release workflow to include a new step for running tests before the release. Also, modify the push tags condition to allow any branch to trigger the workflow.

PS: I sometimes hate github workflows...

v2.0.9

06 Aug 00:15
Compare
Choose a tag to compare
chore(workflow): update release workflow

Update the release workflow to include a new step for running tests before the release. Also, modify the push tags condition to allow any branch to trigger the workflow.

v1.1.0

01 Aug 23:14
Compare
Choose a tag to compare
feat(SynthPointer): add support for button and pressure in HoverMove …

v1.0.1

01 Aug 22:49
Compare
Choose a tag to compare
fix(ci): update GitHub Actions workflows

This commit updates the GitHub Actions workflow for releases. The changes include:
- Upgrading the `actions/checkout` action to version 3
- Adding caching for Chocolatey packages
- Replacing the `actions/create-release` and `actions/upload-release-asset` actions with the `softprops/action-gh-release` action
- Updating the release step to use the `softprops/action-gh-release` action instead of the deprecated `actions/create-release` action

Release v1.0.0

01 Aug 22:25
Compare
Choose a tag to compare
feat(SynthPointer): implement CreateSynthPointer

CreateSynthPointer function is implemented to create a synthetic pointer device based on the specified parameters.