Skip to content

IbInputSimulator v0.4.0

Compare
Choose a tag to compare
@Chaoses-Ib Chaoses-Ib released this 05 May 19:03
· 13 commits to master since this release
150adcf

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