about summary refs log tree commit diff stats
path: root/reference.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2024-02-04 17:15:35 -0800
committerKartik K. Agaram <vc@akkartik.com>2024-02-04 17:15:35 -0800
commit95be13f9db4c79ffd255ed70a9bce0ba09ca93dd (patch)
treeda2cff3f5a4c4f553d6d4ffd23ade01a5eb6a5c6 /reference.md
parent83722db5e432ade410e651aaf55538345c5c14ad (diff)
downloadview.love-95be13f9db4c79ffd255ed70a9bce0ba09ca93dd.tar.gz
more realism in one more helper
Diffstat (limited to 'reference.md')
-rw-r--r--reference.md4
1 files changed, 2 insertions, 2 deletions
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.