We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf63e7 commit 9b21248Copy full SHA for 9b21248
Projects/Skylicht/Engine/Control/CTouchManager.cpp
@@ -168,11 +168,11 @@ namespace Skylicht
168
}
169
else if (m_touch[i].touchEvent == CTouchManager::TouchUp)
170
{
171
- // identity touch
172
- m_touchIdentify.touchRelease(i, (int)m_touch[i].touchID);
173
-
174
event.MouseInput.Event = irr::EMIE_LMOUSE_LEFT_UP;
175
device->postEventFromUser(event);
+
+ // identity touch
+ m_touchIdentify.touchRelease(i, (int)m_touch[i].touchID);
176
177
178
0 commit comments