Skip to content

Accept keys in windowheap conditionally

David Edmundson requested to merge work/d_ed/key_acceptance into master

In WindowHeap we currently always accept the keyboard event regardless of whether the event was handled.

This will allow the event to propagate to other handlers

Edited by David Edmundson

Merge request reports