Input on Android Phone (Touch vs USB-Mouse)
Posted: Mon Dec 11, 2017 11:22 am
Hi Everyone,
is there a way to deactivate the touch-screen via LÖVE (on an android phone) completely and just get the
Input from a connected usb-mouse? - or just ignore touch input?
for the latter I tried:
https://love2d.org/wiki/love.mousepressed
- set the Boolean 'istouch' to false, but then it ignores both: my input via touch and via mouse
maybe, I guess, it's a bit more complicated?
kai
is there a way to deactivate the touch-screen via LÖVE (on an android phone) completely and just get the
Input from a connected usb-mouse? - or just ignore touch input?
for the latter I tried:
https://love2d.org/wiki/love.mousepressed
- set the Boolean 'istouch' to false, but then it ignores both: my input via touch and via mouse
maybe, I guess, it's a bit more complicated?
kai