Disable touch feedback when sending touch natively
This commit is contained in:
parent
05fd7b18b9
commit
f112edc3c3
3 changed files with 44 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue