thread time through update functions so it can be used

This commit is contained in:
2025-02-21 08:58:45 +00:00
parent 7ad521e444
commit c6fe819c0c
5 changed files with 9 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ structure TitleUpdate =
struct
open TitleType
fun update (titleState, input: FrameInputType.t, userKeys) =
fun update (titleState, input: FrameInputType.t, userKeys, time) =
case #focus titleState of
START_BUTTON =>
let