bevy_mod_picking
bevy_mod_picking copied to clipboard
Enable/disable picking when mouse enters/leaves the window
Use the CursorEntered
and CursorLeft
events to enable and disable mouse picking.
This is a good idea. Further, a user-defined enable / disable zone may be useful to solve the deselection problem like #134.
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.