Skip to content

IbAhkSendLib v0.3

Compare
Choose a tag to compare
@Chaoses-Ib Chaoses-Ib released this 02 Sep 14:32
· 43 commits to master since this release
3289553

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.