jf-roku/components/PlaybackDialog.brs

9 lines
151 B
Plaintext
Raw Normal View History

2023-02-09 00:58:05 +00:00
function onKeyEvent(key as string, press as boolean) as boolean
if key = "OK"
m.top.close = true
end if
return true
end function