-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CR] feat: iOS build #77197
base: master
Are you sure you want to change the base?
[CR] feat: iOS build #77197
Conversation
OK, so now I'm having this problem when compiling:
How is this error supposed to happen?????? It's defined in input_context.h w/ correctly added ifdefs! |
In your build, will it have support for ipads with keyboards? Thanks! |
TBF, it should, as SDL have done most of the heavy-lifting already, but I don't know whether the key repeat bug still exists nowadays. |
Cool. That's good to know. Also, on Yuri Apollov's app, every time you press Enter or ESC, it has a chance to fire twice and it's really irritating, making the game nearly unplayable. This started when I updated to iPadOS 17 and I've seen no bug reports on the internet. |
Summary
None
Purpose of change
and I can't afford as I'm brokeDescribe the solution
This is a sequel of @smileynet's #61550 (attribution will be added later). Additionally:
Describe alternatives you've considered
Play on PC 😢
Testing
Additional context
Compared to compiling Mindustry/Shattered Pixel Dungeon, this thing is far tougher for a person not having a Mac like me. Any helps are appreciated!