leanflutter / window_manager

This plugin allows Flutter desktop apps to resizing and repositioning the window.
https://pub.dev/packages/window_manager
MIT License
676 stars 178 forks source link

Fix WindowManager.IsFocused() method on Windows #461

Closed strixcode closed 1 month ago

strixcode commented 1 month ago

WindowManager::IsFocused() uses GetActiveWindow() which returns active window of the current application. It doesn't mean that this application is in foreground and has keyboard focus. The correct way is to use GetForegroundWindow() which this PR does.

iOSBoy commented 1 month ago

Hi strixcode thank you for fix this bug, but i am use the latest version of this plugin when i get isFocused is still false. what should i do next,please help me