I have a Logitech R500 connected to an iPad via Bluetooth. When I open keynotes for example, it works. Is it possible to get events from this device in my own app using Swift?
Asked
Active
Viewed 140 times
0
-
1[this](https://stackoverflow.com/questions/22083400/how-do-you-detect-key-up-key-down-events-from-a-hardware-keyboard-on-ios) is probably what you need. The device is probably just an external keyboard as far as iOS is concerned. – Paulw11 Nov 30 '21 at 21:39
-
Yes that is exactly it, thank you! – Nemanja Nisic Dec 02 '21 at 00:35
-
Does this answer your question? [How do you detect key up / key down events from a hardware keyboard on iOS?](https://stackoverflow.com/questions/22083400/how-do-you-detect-key-up-key-down-events-from-a-hardware-keyboard-on-ios) – Miigon Dec 06 '21 at 11:51