mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-09-06 05:24:36 +02:00
add infinitely scroll up down in RomListPage
This commit is contained in:
@@ -252,6 +252,7 @@ type Page struct {
|
||||
|
||||
SelectedIconTopOffset int
|
||||
EasingDur int
|
||||
ScrollStep int
|
||||
}
|
||||
|
||||
func NewPage() *Page {
|
||||
@@ -261,7 +262,7 @@ func NewPage() *Page {
|
||||
p.EasingDur = 10
|
||||
|
||||
p.Align = ALIGN["SLeft"]
|
||||
|
||||
p.ScrollStep = 1
|
||||
p.FootMsg = [5]string{"Nav.","","","","Enter"}
|
||||
|
||||
return p
|
||||
|
||||
Reference in New Issue
Block a user