mrkjffrsn / RokuFramework

An opensource Roku framework
Apache License 2.0
47 stars 10 forks source link

Fix(Focus): scope of current focus item #20

Closed mrkjffrsn closed 4 years ago

mrkjffrsn commented 4 years ago

The scope of current focus item is no longer restricted to be known only within a controller component. It can now be known anywhere within the active scene.

Close()