luigifcruz / CyberEther

Multi-platform GPU-accelerated interface for compute-intensive pipelines. Radio, the final frontier.
MIT License
382 stars 14 forks source link

Keyboard callback for iOS platform #47

Open luigifcruz opened 5 months ago

luigifcruz commented 5 months ago

Our iOS app doesn't support keyboard input at the moment. This is due to the lack of a callback to handle the events. Another complication is that the keyboard will need to be rendered on top of the framebuffer. Another alternative would be rendering our own keyboard, but I don't think this is allowed by the App Store Guidelines.