forked from joejulian/gio
4e488f4c70
Avoid sending raw inputs events over the window channel. If the caller wants to access events, they should be using input handlers and querying for events. This change avoids saturating the channel with less important messages which can affect frame event latency, especially in the case of custom rendering. See also https://lists.sr.ht/~eliasnaur/gio/%3CCAFcc3FQNTp_UXr7oA97SsVPD7D91jSw30ZtALcT9vmopFDTeZQ%40mail.gmail.com%3E Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>