Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Release 0.7

Latest
Compare
Choose a tag to compare
@ritschmaster ritschmaster released this 03 Jan 15:20
· 3 commits to master since this release

Features

  • The internal subroutine to focus a window has been updated. Instead of using the Win32 API function SetActiveWindow() and its friends an automated mouse click is performed on the window to focus. This greatly increases the execution speed of b3.
  • The window watcher utilizes threads to increase the execution speed.