Suggestion on Synchronous events or refocusing app #546
Unanswered
dlewis2017
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm wondering what the best way is to synchronously use this package or re-focus the flutter app window after clicking the main windows OS desktop.
E.g.
Synchronous would help because I would continue execution after click happens. Re-focusing would be helpful because it gets stuck on the app it clicked and I can't re-focus to Flutter app
I've been trying to combined
SetFocus
with regular click flow and coming up empty. I think once the flutter app goes out of focus, unless there's an imediate process queued up, the app won't gain control back. But if the transition between clicking and returning focus is too fast, the click doesn't show. Thoughts?Code so far (one of many different attempts):
Beta Was this translation helpful? Give feedback.
All reactions