1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-15 01:24:45 +02:00

portmaster support

This commit is contained in:
Laserlicht
2025-02-16 22:29:07 +01:00
committed by GitHub
parent 3f390c4aac
commit 70891b0304
7 changed files with 150 additions and 1 deletions

View File

@ -24,7 +24,7 @@
std::unique_ptr<ICursor> CursorHandler::createCursor()
{
#if defined(VCMI_MOBILE)
#if defined(VCMI_MOBILE) || defined(VCMI_PORTMASTER)
if (settings["general"]["userRelativePointer"].Bool())
return std::make_unique<CursorSoftware>();
#endif