diff options
author | David Robillard <d@drobilla.net> | 2025-02-06 08:46:22 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-02-06 08:46:22 -0500 |
commit | 5287bd136502ae3c184be99605744625b0bbb0f7 (patch) | |
tree | 3602b74874507899a44609974b70ac4990c7796d /include/pugl | |
parent | 7e6440ac9b44de40def9ff9711e34f4f4c826896 (diff) | |
download | pugl-5287bd136502ae3c184be99605744625b0bbb0f7.tar.gz pugl-5287bd136502ae3c184be99605744625b0bbb0f7.tar.bz2 pugl-5287bd136502ae3c184be99605744625b0bbb0f7.zip |
Fix typo
Diffstat (limited to 'include/pugl')
-rw-r--r-- | include/pugl/pugl.h | 4 |
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` |