From 95be13f9db4c79ffd255ed70a9bce0ba09ca93dd Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 4 Feb 2024 17:15:35 -0800 Subject: more realism in one more helper --- reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'reference.md') diff --git a/reference.md b/reference.md index df08f28..8256e1d 100644 --- a/reference.md +++ b/reference.md @@ -416,8 +416,8 @@ and [the Lua manual](https://www.lua.org/manual/5.1/manual.html). * `App.run_after_textinput(t)` -- mimics keystrokes resulting in `t` and then draws one frame. -* `App.run_after_keychord(chord)` -- mimics keystrokes resulting in `chord` - and then draws one frame. +* `App.run_after_keychord(chord, key)` -- mimics the final `key` press + resulting in `chord` and then draws one frame. * `App.run_after_mouse_press(x,y, mouse_button)` -- mimics a mouse press down followed by drawing a frame. -- cgit 1.4.1-2-gfad0