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

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -