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.
function onKeyEvent(key, press) as Boolean
result = false
? "onKeyEvent", key, press
... magic goes here...
return result
end function