flamendless / Slab

An immediate mode GUI for the Love2D framework.
MIT License
286 stars 25 forks source link

iOS supported? #151

Closed mvolkmann closed 1 year ago

mvolkmann commented 1 year ago

When I run the demo app I get the following error:

/Internal/Input/Mouse.lua:170: Cannot create system cursor: CreateSystemCursor is not currently supported

Is this expected when running in iOS?

flamendless commented 1 year ago

I'll check it as soon as possible though i won't be able to test since I don't have any ios device

flamendless commented 1 year ago

@mvolkmann Hi, CreateSystemCursor is not part of Slab but is part of the love framework.

I have added a handling to not use cursor-related feature for iOS instead see commit

Though I can't test this, let me know in this thread if there's more error related to mouse/cursor.