On tvOS, GKAccessPoint provides a API named "focused", it indicates whether the access point is in focus.
However, this API is not provided in macOS, from what I see on this page. Is there any way to do this?
If there is no way to do this, do I need to create a mechanism to make it easier to understand the focus? Or should I just wait until this API is available on macOS?