bevy_mod_picking icon indicating copy to clipboard operation
bevy_mod_picking copied to clipboard

Enable/disable picking when mouse enters/leaves the window

Open aevyrie opened this issue 4 years ago • 1 comments

Use the CursorEntered and CursorLeft events to enable and disable mouse picking.

aevyrie avatar Jan 31 '21 01:01 aevyrie

This is a good idea. Further, a user-defined enable / disable zone may be useful to solve the deselection problem like #134.

YoshieraHuang avatar May 31 '22 03:05 YoshieraHuang

This isn't desired anymore now that the plugin supports more than just mouse input. Users can implement this with the picking settings if they desire.

aevyrie avatar Nov 10 '23 04:11 aevyrie