Bug in dx/dy for multi touch on Android (DEF-1726)(SOLVEDx3)

Yes, it’s not a bug on Defold side. You just need to to use screen coordinates (screen_x, screen_y) and convert them to you adjust mode using this module, for example:

Or check @britzl 's example virtual gamepad here:

2 Likes