java - LibGDX - Mouse buttons on Android -
java - LibGDX - Mouse buttons on Android -
how can differentiate mouse button on android using libgdx?
i'm trying add together proper mouse back upwards libgdx app, on android every mouse click returns left button. tried emulator , real device well, usb mouse.
is possible libgdx, or android api? supported version of android or it's device dependent?
it not possible have mouse buttons in android @ all. way test "right click" test if user touching 2 (or more) fingers. need utilize touch count.
java android libgdx mouse
Comments
Post a Comment