Not getting OnKeyEvent in Component Library

Hello All,

I am trying to create ComponentLibrary for ROKU.
https://sdkdocs.roku.com/display/sdkdoc/ComponentLibrary

I have followed sample and able to run sample app.
Now I am trying to add onKeyEvent in library.

Function onKeyEvent(key as String, press as Boolean) as Boolean

But when I press key, I am not receiving anything.
Can you please help as I am stuck, how we will get onKeyEvent in component library.

Thanks,
Hardik

Possibly the component doesn’t have focus?

Hi. I have exactly the same problem. I assume you should add the focus to the ComponentLibrary. How did you do it?