Skip to content

Commit ea8d3a2

Browse files
committed
Update code docs
1 parent 06c7fb8 commit ea8d3a2

8 files changed

Lines changed: 10 additions & 11 deletions

docs/components_ItemGrid_ItemGridOptions.bs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
end if
257257
end sub
258258

259-
function onKeyEvent(key as string, press as boolean) as boolean
259+
function onKeyEvent(key as string) as boolean
260260
if key = "down" or (key = "OK" and m.buttons.hasFocus())
261261
m.buttons.setFocus(false)
262262
m.menus[m.selectedItem].setFocus(true)

docs/components_movies_MovieOptions.bs.html

Lines changed: 3 additions & 4 deletions
Large diffs are not rendered by default.

docs/components_tvshows_TVEpisodes.bs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
end sub
130130

131131
' Handle navigation input from the remote and act on it
132-
function onKeyEvent(key as string, press as boolean) as boolean
132+
function onKeyEvent(key as string) as boolean
133133
if key = "left" and m.tvEpisodeRow.hasFocus()
134134
m.shuffle.setFocus(true)
135135
return true

docs/components_tvshows_TVListOptions.bs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
end sub
104104

105105

106-
function onKeyEvent(key as string, press as boolean) as boolean
106+
function onKeyEvent(key as string) as boolean
107107

108108
if key = "down" or (key = "OK" and m.top.findNode("buttons").hasFocus())
109109
m.top.findNode("buttons").setFocus(false)

docs/module-ItemGridOptions.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/module-MovieOptions.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/module-TVEpisodes.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/module-TVListOptions.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)