Scaless/HaloTAS

Esc and Tab do not playback correctly

Closed this issue · 1 comments

The values for Esc/Tab are injected correctly during playback but the engine doesn't register them. They're likely privileged keys or something.

DirectInput mouse movement has similar behavior where we have to mask off the writes from polling in order to inject the playback. Might be something similar here.

Input is now going to be handled at a lower level through dinput8 hooks: 05a74f8