thread time through update functions so it can be used
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user