For some reason, presses on the pause/rewind/fast-forward keys are not doing anything in my app. Here's my onKeyEvent() function: Function OnkeyEvent(key, press) as Boolean print ">>> D...
Solved-- there was a function that was passing focus to the app buttons for some reason. With focus moved back to the Video node, the pause/rewind/fast-forward buttons are now working again.