Open jon12156 opened 2 years ago
Raising and swapping shouldn't work at the same time as that doesn't work with controller either, even though the network protocol allows sending them together, it's an engine limitation and I don't think touch should be allowed to ignore that one.
until we actually make use of love.touch instead of love.mouse I don't think it will be practical to play 2p local with just touch-controls. I believe love.touch will support multi-touch where love.mouse does not. Perhaps we manually specify P2 in local vs will be using controller until this is done. I think we will still only ever support a single touch per stack. multi-touch would however also let us press raise and swap panels at the same time, which IS supported by the network protocol I put together.