- Source
Methods
(static) inactiveCheck() → {void}
inactiveCheck: Checks if the time since last keypress is greater than or equal to the allowed inactive time of the menu.
- Source
- Type:
- void
(static) init() → {void}
- Source
- Type:
- void
(static) moveOptionControls(horizontalPixels, verticalPixels) → {void}
moveOptionControls: Moves option controls node based on passed pixel values
Name | Type | Description |
---|---|---|
horizontalPixels | integer | Number of horizontal pixels to move option controls |
verticalPixels | integer | Number of vertical pixels to move option controls |
- Source
- Type:
- void
(static) onButtonSelected() → {void}
onButtonSelected: Handler for selection of buttons from the menu.
- Source
- Type:
- void
(static) onEpisodeNumberChanged() → {void}
onEpisodeNumberChanged: Handler for changes to m.top.episodeNumber param.
- Source
- Type:
- void
(static) onEpisodeNumberEndChanged() → {void}
onEpisodeNumberEndChanged: Handler for changes to m.top.episodeNumberEnd param.
- Source
- Type:
- void
(static) onFocusChanged() → {void}
onFocusChanged: Handler for changes to the focus of this menu.
- Source
- Type:
- void
(static) onItemTitleTextChanged() → {void}
onItemTitleTextChanged: Handler for changes to m.top.itemTitleText param.
- Source
- Type:
- void
(static) onKeyEvent(key, press) → {boolean}
Name | Type | Description |
---|---|---|
key | string | |
press | boolean |
- Source
- Type:
- boolean
(static) onLogoImageChanged() → {void}
onLogoImageChanged: Handler for changes to m.top.logoImage param.
- Source
- Type:
- void
(static) onLogoLoadStatusChanged(event) → {void}
onLogoLoadStatusChanged: Handler for changes to logo image's status.
Name | Type | Description |
---|---|---|
event | dynamic | field change event |
- Source
- Type:
- void
(static) onPlaybackStateChanged() → {void}
onPlaybackStateChanged: Handler for changes to m.top.playbackState param
- Source
- Type:
- void
(static) onProgressPercentageChanged() → {void}
onProgressPercentageChanged: Handler for changes to m.top.progressPercentage param
- Source
- Type:
- void
(static) onSeasonNumberChanged() → {void}
onSeasonNumberChanged: Handler for changes to m.top.seasonNumber param.
- Source
- Type:
- void
(static) onVisibleChanged() → {void}
onVisibleChanged: Handler for changes to the visibility of this menu.
- Source
- Type:
- void
(static) resetFocusToDefaultButton() → {void}
resetFocusToDefaultButton: Reset focus back to the default button
- Source
- Type:
- void