sjbarag / brs

An interpreter for the BrightScript language that runs on non-Roku platforms.
MIT License
113 stars 43 forks source link

feat(stdlib): focusedChild responds to focus changes #566

Closed lkipke closed 3 years ago

lkipke commented 3 years ago

Change Summary

Closes #550

This implements focusedChild changes through the tree whenever node.setFocus is called. All of the e2e test code has been run on RBI, and the output is identical.