File Details
1.4.35
- R
- May 8, 2024
- 223.32 KB
- 158.7K
- 10.2.7+3
- Classic + 1
File Name
Immersion-1.4.35.zip
Supported Versions
- 10.2.7
- 4.4.0
- 3.4.3
- 1.15.2
Immersion
1.4.35 (2024-05-08)
Full Changelog Previous Releases
- Update Immersion.toc
- Merge pull request #34 from brittyazel/master
Add combat lockdown conditional check for SetPropagateKeyboardInput(), fixes issue #32 - Merge branch 'seblindfors:master' into master
- Merge branch 'seblindfors:master' into master
- Merge branch 'seblindfors:master' into master
- Add combat lockdown conditional check for SetPropagateKeyboardInput()
In 10.1.5 Blizzard made SetPropagateKeyboardInput() a restricted function not able to be called in combat from insecure code. To work around this limitation we should wrap our calls to this function with an InCombatLockdown() conditional check.