Lisette

Results 9 comments of Lisette

It looks like in [gamepad.cpp](https://github.com/flame-engine/gamepads/blob/main/packages/gamepads_windows/windows/gamepad.cpp#L73) there is a wihle loop that polls `joyGetPosEx` in windows API without any rate limiting. I don't know if windows API supports subscribing to a...

@miguelsotobaez Your solution looks resonable. However, it likely increases the risk of https://github.com/flame-engine/gamepads/issues/79 occurring, which is the main reason why I haven't submitted your solution as a PR. That said....

Not sure if this is a "fix" or "feat" PR. but the motivation is to fix issues and make it more stable. Which is yet to find out if this...

Since buttons now use named values like "a", "b", "menu" etc. I decided to drop the "button-" leading part of the key. I did take a look on other platforms...

> Hi! I'm currently trying out your implementation and I'm struggling with > > ``` > ...\windows\flutter\ephemeral\.plugin_symlinks\gamepads_windows\windows\gamepad.h(11,10): error C1083: Datei (Include) kann nicht geöffnet werden: "GameInput.h": No such file or...

I see now, the install instructions for [Windows as a target](https://docs.flutter.dev/platform-integration/windows/setup), does still require installing Visual Studio and the **Desktop Development C++** task. I am still not sure if that...

I have a potentially related issue when I re-connect my wireless gamepad, that the update loop freezes. When I have debugged it I have noticed that I get updates due...

Perhaps you could try if https://github.com/flame-engine/gamepads/pull/81 helps with this issue? If not, it is valuable feedback on that PR. For me, it fixes the issues that I had with crashes...

I have built using: ``` flutter_tts: git: url: https://github.com/Metaildust/flutter_tts.git ref: patch-1 ``` ``` flutter clean flutter build windows ``` But I get unresolved external symbols: ``` flutter_tts_plugin.obj : error LNK2019:...