Improve relative touch deadzone behavior

This commit is contained in:
Cameron Gutman
2020-04-30 21:04:51 -07:00
parent 0c9d72a9a1
commit 9bf52eb63a
3 changed files with 5 additions and 10 deletions
-1
View File
@@ -128,7 +128,6 @@ private:
bool m_AbsoluteTouchMode;
SDL_TouchFingerEvent m_TouchDownEvent[MAX_FINGERS];
float m_CumulativeDelta[MAX_FINGERS];
SDL_TimerID m_LeftButtonReleaseTimer;
SDL_TimerID m_RightButtonReleaseTimer;
SDL_TimerID m_DragTimer;