Skipped Mouse Clicks

Issue #27 resolved
Armithaig created an issue

When the game loses focus the next mouse click on a tile is skipped (GameManager.mouseSkipNextClick).

If you're in an overlay interface there's no console tile click, next click after exit will be skipped.
Or if you focus the game through other means like task bar, alt+tab.

Believe it can be safely removed since GameManager.mouseDisable eats mouse inputs on a ms timer when focus changes, can still click to focus without walking/looking.

Comments (2)

  1. Log in to comment