BlzFans / FlutterUnreal

Flutter + Unreal
BSD 3-Clause "New" or "Revised" License
53 stars 8 forks source link

How can I use the event loop part of the flutter embedder in glfw? #3

Open Jack253-png opened 6 days ago

Jack253-png commented 6 days ago

Project is here: https://github.com/PrimogemStudio/glfw-flutter Now I found that glfw keyboard events cannot be passed into the flutter engine due to the flutter embedder didn't implemented PlatformMessages If you have solutions, you can open a pr to the repository Thanks!

BlzFans commented 5 days ago

I don't really understand the Flutter GLFW. The GLFW platform is quite incomplete. You can use the Windows or Linux platform instead.