b313d57515
* Remove TrackerTask * Change deprecated BookmarkPosition to PlayStart * Accept (print & ignore) roInput commands * Updated icon image sizes * Added InputData Task (Not hooked up) * Added signal beacons for Roku Performance Measuring * Reverting ineffective roInput code * Manually recreated changed channel poster images * Use app_loaded global variable to control when performance beacons are sent * Sorting missed performance signal beacon
10 lines
246 B
XML
10 lines
246 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<component name="InputTask" extends="Task">
|
|
<interface>
|
|
<field id="inputData" type="assocarray" />
|
|
</interface>
|
|
|
|
<script type="text/brightscript" uri="InputTask.brs" />
|
|
</component>
|