From 5287bd136502ae3c184be99605744625b0bbb0f7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 6 Feb 2025 08:46:22 -0500 Subject: Fix typo --- include/pugl/pugl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/pugl/pugl.h b/include/pugl/pugl.h index d7366c6..655d692 100644 --- a/include/pugl/pugl.h +++ b/include/pugl/pugl.h @@ -444,8 +444,8 @@ typedef struct { Key press or release event. This event represents low-level key presses and releases. This can be used - for "direct" keyboard handing like key bindings, but must not be interpreted - as text input. + for "direct" keyboard handling like key bindings, but must not be + interpreted as text input. Keys are represented portably as Unicode code points, using the "natural" code point for the key where possible (see #PuglKey for details). The `key` -- cgit v1.2.1