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