diff options
Diffstat (limited to 'pugl/event.h')
-rw-r--r-- | pugl/event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/event.h b/pugl/event.h index b4a13a9..5cba84b 100644 --- a/pugl/event.h +++ b/pugl/event.h @@ -111,7 +111,7 @@ typedef struct { } PuglEventExpose; /** - Key press event. + Key press/release event. Keys that correspond to a Unicode character are expressed as a character code. For other keys, `character` will be 0 and `special` indicates the key |