virtualx-engine/platform
Markus Sauermann e18107a57c Fix Determining Window for Touchscreen
DisplayServer::screen_is_touchscreen will likely never utilize its
parameter p_screen.
This PR replaces this function by DisplayServer::is_touchscreen_available()
with the same functionality.
This solves the problem, that a SubViewport was used for determining
the screen, which resulted in error messages.
2022-12-07 09:54:29 +01:00
..
android Fix Determining Window for Touchscreen 2022-12-07 09:54:29 +01:00
ios Fix Determining Window for Touchscreen 2022-12-07 09:54:29 +01:00
linuxbsd Fix that mouse-button-up event is parsed twice for drag-and-drop 2022-12-05 19:31:22 +01:00
macos Use system fonts as fallback and improve system font handling. 2022-12-04 18:44:20 +02:00
uwp Unify usage of GLOBAL/EDITOR_GET 2022-10-18 19:01:48 +02:00
web Fix Determining Window for Touchscreen 2022-12-07 09:54:29 +01:00
windows Windows: Make MSVC debug CRT opt-in (debug_crt=yes) 2022-12-05 15:56:12 +01:00
register_platform_apis.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
SCsub