summaryrefslogtreecommitdiffstats
path: root/src/common/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/event.h')
-rw-r--r--src/common/event.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/event.h b/src/common/event.h
index bf17934..0dc6ced 100644
--- a/src/common/event.h
+++ b/src/common/event.h
@@ -19,7 +19,7 @@
#pragma once
-#include "common/struct.h"
+#include "math/point.h"
#if !defined (WM_XBUTTONDOWN)
@@ -532,7 +532,7 @@ struct Event
{
EventMsg event; // event (EVENT *)
long param; // parameter
- FPOINT pos; // mouse position (0 .. 1)
+ Math::Point pos; // mouse position (0 .. 1)
float axeX; // control the X axis (-1 .. 1)
float axeY; // control of the Y axis (-1 .. 1)
float axeZ; // control the Z axis (-1 .. 1)