Skip to content

Releases: stephen-fox/user32util

Added example of moving and left-clicking mouse.

03 Mar 22:36
Compare
Choose a tag to compare
v0.3.1

Added note about sleep time to example.

Added support for 'SetCursorPos()' system call.

03 Mar 21:37
Compare
Choose a tag to compare

This release adds support for the 'SetCursorPos()' system call.

It also attempts to cleanup the documentation, and internal code organization.

Added 'user32DLL.Release()' and additional code doc.

01 Jul 03:09
Compare
Choose a tag to compare
v0.2.1

Fixed README copy-pasta and doc.go statement.

Proper listener cleanup, API refactoring, and documentation.

30 Jun 06:37
Compare
Choose a tag to compare
v0.2.0

Abstracted 'SetWindowsHookExW' into its own function.

Mouse event listener and send input support. API refactoring

08 Jun 02:00
Compare
Choose a tag to compare

PS: I broke backwards compatibility in the library's API.

Initial release.

14 Jul 14:11
Compare
Choose a tag to compare
v0.0.1

Added key up / down details to example app.