You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also consider renaming some methods: get_window_and_path -> this function filters out the current window and if not filtered, it returns the ancestor window handle and path
get_window -> this function is identical to get_window_and_path but returns only the ancestor handle
The text was updated successfully, but these errors were encountered:
We need to improve the documentation for
https://github.com/microsoft/PowerToys/blob/master/src/common/hwnd_data_cache.h
and
https://github.com/microsoft/PowerToys/blob/master/src/common/hwnd_data_cache.cpp
Also consider renaming some methods:
get_window_and_path
-> this function filters out the current window and if not filtered, it returns the ancestor window handle and pathget_window
-> this function is identical toget_window_and_path
but returns only the ancestor handleThe text was updated successfully, but these errors were encountered: