Hardware keyboard compatibility (0.10.0)
Posted: Wed Dec 23, 2015 12:31 pm
I'm playing with the new Love2D build for Android (0.10.0) and I have an Android device with a hardware keyboard. I'm trying to detect keyboard input from the device without any luck.
Should the standard keyboard input work on a device regardless of the OS? I've tried using love.keyboard.isDown, love.keyboard.isScancodeDown, and love.keypressed(key).
These all run on the desktop, but fail in the Android build with the built in hardware keyboard, and when an external keyboard is connected through USB.
Should the standard keyboard input work on a device regardless of the OS? I've tried using love.keyboard.isDown, love.keyboard.isScancodeDown, and love.keypressed(key).
These all run on the desktop, but fail in the Android build with the built in hardware keyboard, and when an external keyboard is connected through USB.