LibGDX on my emulator shows origin, (0,0), at bottom left, but my device is at top left. Please help!
I modified the tutorial of two screens as my program and uses font.draw()
to draw font at screen as menu. The drawing of fonts works fine, but the touchup + touchDown
event that implements InputProcessor
gives different system origin on device and emulator.
emulator: Android 4.0.3 level 15
device: Samsung Galaxy Nexus, android 4.2.1.
Should I switch from LibGDX to OpenGL ES 2?
Thank you very much!
Best Regards.