Search found 1 match
- Thu May 10, 2012 12:02 pm
- Forum: LÖVE-Android
- Topic: love-android: discussion
- Replies: 150
- Views: 93596
Re: love-android: discussion
hmm, if you use the mousepressed etc, the coordinates should match the ingame coordinates, e.g. pc default 800x600 screen. but if you enabled and use the love.phone api multitouch callback, those coordinates are raw in native phone screen resolution, maybe that's the problem ? thanks I tried adjust...