aboutsummaryrefslogtreecommitdiffstats
path: root/pugl
diff options
context:
space:
mode:
authorssj71 <ssjackson71@gmail.com>2019-07-29 16:31:57 -0600
committerDavid Robillard <d@drobilla.net>2019-07-30 09:32:10 +0200
commit6f39b67fada16d77fe12d4e70799ab16a57d83bc (patch)
tree259c814ae184624dec6dd547a1d431188bb831e1 /pugl
parent06d7b4ac7fa8736dd69729779a018138a8dd84e2 (diff)
downloadpugl-6f39b67fada16d77fe12d4e70799ab16a57d83bc.tar.gz
pugl-6f39b67fada16d77fe12d4e70799ab16a57d83bc.tar.bz2
pugl-6f39b67fada16d77fe12d4e70799ab16a57d83bc.zip
Fix incorrect comment
The comment was missed when merging the new text API from a branch based on the old integer milliseconds time.
Diffstat (limited to 'pugl')
-rw-r--r--pugl/pugl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/pugl.h b/pugl/pugl.h
index 903f1cb..850fe62 100644
--- a/pugl/pugl.h
+++ b/pugl/pugl.h
@@ -316,7 +316,7 @@ typedef struct {
typedef struct {
PuglEventType type; /**< PUGL_CHAR. */
uint32_t flags; /**< Bitwise OR of PuglEventFlag values. */
- double time; /**< Time in milliseconds. */
+ double time; /**< Time in seconds. */
double x; /**< View-relative X coordinate. */
double y; /**< View-relative Y coordinate. */
double x_root; /**< Root-relative X coordinate. */