From 2e29673fa970b814c97d5838963de49c2a65424b Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 7 Feb 2022 13:43:24 +0100 Subject: Rename application functions --- script.it/script_event/click.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script.it/script_event/click.ml') diff --git a/script.it/script_event/click.ml b/script.it/script_event/click.ml index 591887b..b7ffcb6 100755 --- a/script.it/script_event/click.ml +++ b/script.it/script_event/click.ml @@ -30,7 +30,7 @@ let drag mouse_coord state worker = function (* TODO Long click in out mode should translate the whole slate *) | _ -> state -let update {point; timer ; worker} state = +let process {point; timer ; worker} state = match state.State.mode with | Edit -> -- cgit v1.2.3