Reading physical mouse and keyboard on ANDROID

Hi, i am testing an android box and cant read any info from a connected mouse or keyboard.
When I test in my pc everything is ok but when launch on the android device no inputs at all.
When I move the mouse connected to the android device while running the app I can move and see the pointer.
Even if I go to the borders of the screen the OS buttons appears. (thing I want to avoid too)

It seems like there is no focus on the game
I can read a gamepad usb controller in the android device without problem

Any help?
Thanks!

Dany

1 Like

Partially solved!

adding this to DefaultEngine.ini makes the trick :slight_smile:

GameName=MyUEAndroidProject

[SystemSettings]
Android.EnableMouse=1
Android.EnableHardwareKeyboard=1

now I have to figure out how to hide/disable the system bar and OS mouse pointer.
Any clue?

Daniel