jf-roku/components/data/options-button.brs
2019-05-03 08:48:59 -04:00

6 lines
61 B
Plaintext

sub init()
end sub
sub press()
m.top.escape = true
end sub