Fixed abs in corewrapper on Android
This commit is contained in:
@@ -89,8 +89,8 @@ private:
|
|||||||
int64_t m_lastTickCount;
|
int64_t m_lastTickCount;
|
||||||
std::queue<JButton> m_buttonQueue;
|
std::queue<JButton> m_buttonQueue;
|
||||||
bool m_active;
|
bool m_active;
|
||||||
float mMouseDownX;
|
int mMouseDownX;
|
||||||
float mMouseDownY;
|
int mMouseDownY;
|
||||||
int mLastFingerDownTime;
|
int mLastFingerDownTime;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user