aboutsummaryrefslogtreecommitdiffstats
path: root/pugl
diff options
context:
space:
mode:
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. */