bevy icon indicating copy to clipboard operation
bevy copied to clipboard

Support double click recognition in `bevy_picking`.

Open 443eb9 opened this issue 3 months ago • 6 comments

What problem does this solve or what need does it fill?

bevy_picking currently only able to recognize the type of clicks, but can't, for counts.

What solution would you like?

Add a DoubleClick type.

What alternative(s) have you considered?

Supporting MultipleClick<const N: usize> would be better.

Additional context

None

443eb9 avatar Nov 21 '24 10:11 443eb9