Make it possible again to see item tooltips on Android (#14029)

This change is a quick fix so that item tooltips show again on Android.
This commit is contained in:
grorp
2023-11-25 17:07:07 +01:00
committed by GitHub
parent 0f3ac7c956
commit 771da80bbb
2 changed files with 15 additions and 8 deletions

View File

@@ -3643,7 +3643,7 @@ void GUIFormSpecMenu::drawMenu()
NULL, m_client, IT_ROT_HOVERED);
}
/* TODO find way to show tooltips on touchscreen */
// On touchscreens, m_pointer is set by GUIModalMenu::preprocessEvent instead.
#ifndef HAVE_TOUCHSCREENGUI
m_pointer = RenderingEngine::get_raw_device()->getCursorControl()->getPosition();
#endif