You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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