From 6f39b67fada16d77fe12d4e70799ab16a57d83bc Mon Sep 17 00:00:00 2001 From: ssj71 Date: Mon, 29 Jul 2019 16:31:57 -0600 Subject: Fix incorrect comment The comment was missed when merging the new text API from a branch based on the old integer milliseconds time. --- pugl/pugl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pugl') 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. */ -- cgit v1.2.1