aboutsummaryrefslogtreecommitdiffstats
path: root/include/pugl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-02-06 08:46:22 -0500
committerDavid Robillard <d@drobilla.net>2025-02-06 08:46:22 -0500
commit5287bd136502ae3c184be99605744625b0bbb0f7 (patch)
tree3602b74874507899a44609974b70ac4990c7796d /include/pugl
parent7e6440ac9b44de40def9ff9711e34f4f4c826896 (diff)
downloadpugl-5287bd136502ae3c184be99605744625b0bbb0f7.tar.gz
pugl-5287bd136502ae3c184be99605744625b0bbb0f7.tar.bz2
pugl-5287bd136502ae3c184be99605744625b0bbb0f7.zip
Fix typo
Diffstat (limited to 'include/pugl')
-rw-r--r--include/pugl/pugl.h4
1 files changed, 2 insertions, 2 deletions
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`