Releases: Chaoses-Ib/IbInputSimulator
IbInputSimulator v0.4.1
New features
-
Add support for
MOUSEEVENTF_ABSOLUTE
withMOUSEEVENTF_VIRTUALDESK
(#20, @Pennywise007) -
Logitech: Add LogitechGHubNew (#8, #20, @Pennywise007)
No Logitech hardware required. Works with new versions of the G HUB. Mouse input stops working after the first reboot following the installation of the G HUB. To restore mouse functionality, you may need to reinstall the software.
e.g.
IbSendInit("LogitechGHubNew")
-
Logitech: Support mouse wheel (#20, #31, @Pennywise007)
-
Add resource (version and other info) to DLL
Fixes
- API 3:
IbSendMouseMove()
does not work for absolute mouse movement (#20, @Pennywise007) - Razer: Vertical mouse movement (#30, @Pennywise007)
IbInputSimulator v0.4.0
New features
-
Add support for MouClassInputInjection
e.g.
IbSendInit("MouClassInputInjection", 1, process_id)
-
AHK: Show the error code when failed to load the DLL
Fixes
-
Razer: Fix extended keys (#18, @Pennywise007)
Affected keys:
VK_RIGHT
,VK_LEFT
,VK_DOWN
,VK_UP
,VK_HOME
,VK_END
,VK_INSERT
,VK_DELETE
,VK_PRIOR
,VK_NEXT
,VK_SNAPSHOT
-
Fix memory leak after
IbSendDestroy()
(#15, @Pennywise007) -
Fix screen resolution syncing
-
Fix the comment of
MoveMode
Changes
- Organize the project using CMake
IbAhkSendLib v0.3
New Features
- Add send type Razer
(@任性, Sadmeme/rzctl) - Add API 2:
- IbSend_mouse_event
- IbSend_keybd_event
- Add API 3:
- IbSendMouseMove
- IbSendMouseClick
- IbSendMouseWheel
- IbSendKeybdDown
- IbSendKeybdUp
- IbSendKeybdDownUp
Enhancement
- Documentation: Add a guide to building.
Change
- Shorten the API prefix "IbAhkSend" to "IbSend".
Fixes
- Fix the incorrect dispatching behaviour of IbSendInputHook.
- Fix the thread safety issue of DD::send_keyboard_input.
- AhkLib (v1): Fix script including and send lib loading.
Thanks to @任性 for his sponsorship.
IbAhkSendLib v0.2
New Features
- Add send types AnyDriver, DD and SendInput
(DD: @dbgba) - New API: IbAhkSendSyncKeyStates (IbSyncKeyStates)
Enhancement
- Thread-safe
(@任性)
Changes
- API change: IbAhkSendInit
- API change: replace IbAhkSendInputHookBegin and IbAhkSendInputHookEnd with IbAhkSendInputHook
- Replace the unit test framework with Boost.Test
- Add MIT license
Fix
- Fix error messages
(@任性)
IbAhkSendLib v0.1
Supported Drivers
- Logitech G HUB
- Logitech Gaming Software
Credits
Thanks to @The-BigEagle, @thqby and ekknod/logitech-cve.