Skip to content

v0.6.0

Choose a tag to compare

@evilC evilC released this 14 Jan 17:59
· 103 commits to master since this release

Changed

  • Input is now processed faster. Rather than checking for input every 1ms, we now use Interception's WaitWithTimeout function
    to process input as soon as it happens