Forum Discussion
NB_
9 years agoRoku Guru
"tim_beynart" wrote:
The Video node has focus. It is a child of my main Scene. In my Scene I have the boilerplate handler. One other node in my app uses OnKeyEvent to capture right and left keys, returns false otherwise. I guess I could mess around with a less complex app to see what the default behavior is, but in general I do not see events bubble like I would expect. My expectations could be way off though.
The video node handles these keys, right? So it consuming them seems the right thing to do. If you want to hear them first but the Video also receiving them, then set some child node (group?) under the video and set input focus on it - the return false in your handler so the event is keeps going up, to the video.