Robert Ancell
Robert Ancell
Based on the behaviour of the other GTK input events I think you just have to handle the missing events and synthesize any that are missing. This is because Flutter...
@dkwingsmt do want to do a review before landing this?
We used `g_get_language_names` in the engine instead of writing our own parser with the hope this would do the right thing... However it seems to make both duplicate and empty...
Sigh, and `LANGUAGE="pt_BR: :"` also returns `" "` and `""`.
See https://github.com/flutter/engine/pull/55091, this should hopefully improve things.
Could you also run `gtk3-demo` and double-click on "OpenGL Area" to confirm that is working? (`sudo apt install gtk-3-examples`). Also try `flutter-gallery` (`snap install flutter-gallery`). The above will help work...