SkipFire
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2012
06:33 PM
A & B Button trapping - roPosterScreen
How can I trap the A & B buttons on a screen? I have tried both the roPosterScreen and the roParagraphScreen and neither of them seem to trap it. I get events for other buttons on the remote with the following line, but never get A or B.
print "Event - msg = "; msg.GetMessage() " | index = "; msg.GetIndex()
print "Event - msg = "; msg.GetMessage() " | index = "; msg.GetIndex()
2 REPLIES 2
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2012
08:43 PM
Re: A & B Button trapping - roPosterScreen
I think you would need to get access to the special Roku Gaming SDK to address those individually.
SkipFire
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2012
05:06 PM
Re: A & B Button trapping - roPosterScreen
Thanks. I decided to just use * 5 times instead.