abcminiuser / python-elgato-streamdeck

Python library to control the Elgato Stream Deck.
Other
919 stars 137 forks source link

Fix: key_states() returns old status when called during callback #137

Closed Core447 closed 8 months ago

Core447 commented 8 months ago

If key_states() was called in the callback method, it returned the old key states, not the current ones.

abcminiuser commented 8 months ago

Thanks!