External Keyboard Check

Hi,

It would be quite helpful to know when an external keyboard is connected. Currently, I am translating my drawing to the space above the on screen keyboard when receiving key input, but when I am using my Bluetooth keyboard I do not need to translate. Please can we have a call to check if the keyboard is actually drawn, not just allowing input?

Really enjoying using Codea, thanks for the great work so far!

Rob.

Thanks for the feedback, Rob. iOS is a bit strange in that it doesn’t actually tell us when an external keyboard is connected, which is why we don’t expose the functionality.

However it does tell us where the keyboard currently is on screen. So we might expose that instead.

Thanks Simeon.