schtanislau
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2015
05:05 AM
roVideoPlayer events
Hello,
Is there a possibility to capture button index when its released? I have found this table with specified indexes for different behavior, but I'm struggling to capture these indexes.
In which conditions I can capture these indexes for button released (when roVideoPlayer plays some content)?
Thank you.
Is there a possibility to capture button index when its released? I have found this table with specified indexes for different behavior, but I'm struggling to capture these indexes.
In which conditions I can capture these indexes for button released (when roVideoPlayer plays some content)?
Thank you.
2 REPLIES 2
dunerunner
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2015
05:58 AM
Re: roVideoPlayer events
As far as I know it is only possible to get the button press index using .isRemoteKeyPressed() . Not sure about the button release, but I would like to know if it is possible too 😄

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2015
03:13 PM
Re: roVideoPlayer events
"schtanislau" wrote:
Is there a possibility to capture button index when its released? I have found this table with specified indexes
For that, use roScreen with roVideoPlayer and use roUniversalControlEvent (from the roScreen's message port) and msg.getInt()
- Joel