summaryrefslogtreecommitdiff
path: root/pugl/event.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-11-21 20:23:22 -0500
committerDavid Robillard <d@drobilla.net>2014-11-21 20:23:22 -0500
commitd90fd25f149058a518acc088d4d72fffdacf40a0 (patch)
treeb4316f21410adfaf2873c812b7dc1731d2d7bfd3 /pugl/event.h
parentcd4f40a78f71cdc66fc8b67362171189475f7ec7 (diff)
Fix compilation on OSX.
Use new event dispatch mechanism on OSX.
Diffstat (limited to 'pugl/event.h')
-rw-r--r--pugl/event.h2
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