[Request] Support iOS
Closed this issue · 2 comments
markvideon commented
Would be great to see this package support iOS.
At a surface level, the existing plugin implementation for macOS looked very portable to iOS. The Game Controller library from Apple supports both platforms.
I made an attempt myself, and porting the code was relatively straightforward - updating the conditional compilation checks with the iOS platform name and version numbers, and a small tweak to the reference to the binary messenger.
markvideon commented
Worth keeping an eye on this - proposal to share code between iOS and macOS plugins.
markvideon commented
Done!