How to completely prevent mouse input from being transmitted to game logic without affecting UI logic

Implement closing inside the inventory:

  • onKeyDown (or EI) → close inv → Input Mode Game & UI

Also, EI supports context mapping with priority. Nothing stops you from adding an entire new input scheme that works only inside the UI and consumes all else. As in:

2 Likes