Search found 1 match
- Mon Dec 11, 2017 11:22 am
- Forum: Support and Development
- Topic: Input on Android Phone (Touch vs USB-Mouse)
- Replies: 2
- Views: 2581
Input on Android Phone (Touch vs USB-Mouse)
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 ig...