summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/Input/InputDevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/modules/asura-core/Input/InputDevice.h')
-rw-r--r--source/modules/asura-core/Input/InputDevice.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/modules/asura-core/Input/InputDevice.h b/source/modules/asura-core/Input/InputDevice.h
index 2b3ff9b..42dfe43 100644
--- a/source/modules/asura-core/Input/InputDevice.h
+++ b/source/modules/asura-core/Input/InputDevice.h
@@ -16,6 +16,7 @@
namespace_begin(AsuraEngine)
namespace_begin(Input)
+// Ӳϵͳ
class InputDevice ASURA_FINAL
{
public:
@@ -35,7 +36,7 @@ public:
LRESULT OnInput(HWND window, UINT message, WPARAM wParam, LPARAM lParam);
LRESULT OnDeviceChange(LPCWSTR name, bool add);
- static bool ConvertPositionToClientAreaCoord(HWND activeWindow, POINT position, AEMath::Vector2f& newPos);
+ static bool ConvertPositionToClientAreaCoord(HWND activeWindow, POINT position, Vector2f& newPos);
#elif ASURA_RUNNER
@@ -52,7 +53,7 @@ protected:
bool UpdateState();
- MouseState m_Mouse;
+ MouseState m_Mouse;
KeyboardState m_Keyboard;
JoystickState m_Joysticks;