#Right clicking delete does not select all items

9 messages · Page 1 of 1 (latest)

haughty widget
#

When using the RMB to delete and you move your cursor quickly across a region, not all items do end up being selected & deleted

grand dove
#

Shift- right click to area select

haughty widget
#

Yep, I'm aware, sometimes I like to manually delete a single line though

grand dove
#

Just right clicking will sometimes skip over things if you move too fast, nothing that can really be done about it afaik

haughty widget
#

It does behave more smoothly in shapez 1 iirc, I'm sure there is a way to improve this UX but I do agree it's likely way down the list of bugs and issues

quiet roost
#

nothing that can really be done about it afaik
well, thats not true, since a mouse cursor cannot really "teleport" to a new location in normal operation they could interpolate between the two mouse cursor positions to cover the path moved across, instead of "just" taking the samples at a fixed timed intervals (which they seem to be doing) ... whether its enough of an issue to make it worth complicating the input logic is of course a different decision to make 😄

limpid mist
#

restarting the game helped me

vocal notch
#

This is because we don't trace inbetween tiles right now for this, so if you drag too fast it doesn't select everything - for now the area select can be used as a workaround (but we should sitll fix the bug)