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.