Disable touch feedback when sending touch natively

This commit is contained in:
Cameron Gutman
2023-07-23 00:17:58 -05:00
parent 05fd7b18b9
commit f112edc3c3
3 changed files with 44 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ SdlInputHandler::SdlInputHandler(StreamingPreferences& prefs, int streamWidth, i
m_StreamHeight(streamHeight),
m_AbsoluteMouseMode(prefs.absoluteMouseMode),
m_AbsoluteTouchMode(prefs.absoluteTouchMode),
m_DisabledTouchFeedback(false),
m_LeftButtonReleaseTimer(0),
m_RightButtonReleaseTimer(0),
m_DragTimer(0),