mrkjffrsn / RokuFramework

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

feat(focusUtils): A simple focus map #6

Closed tribal-mrkjffrsn closed 6 years ago

tribal-mrkjffrsn commented 6 years ago

A simple focus map that calculates element positions based on mid-pt co-ordinates.

It assumes that higher level component based focus exists and it is meant to be used within a complex component that needs it's focus map compuited on demand.

One should refrain from using this frequently as it takes a performance hit.

close

mrkjffrsn commented 6 years ago

This implementation is a touch too simple. Not quiet effective for complex usecases