Files
Bubberstation/code/_onclick
SyncIt21 b949b7c7fb Simple mouse drop improvements (#84406)
## About The Pull Request
1. Mouse drop now uses `CanReach()` which is more versatile instead of
`Adjacent()` for adjacency checks
2. `CanReach()` & `DirectAccess()` are now part of `atom`. It's been
moved up from `atom/movable`
3. It won't again check for adjacency inside `can_perform_action()`
saving some overhead
4. Removing the nested `if` conditions from code is always a plus

## Changelog
🆑
code: improved mouse drag & drop code
/🆑
2024-07-03 22:51:19 +02:00
..
2024-05-19 21:33:24 -06:00
2024-06-13 13:29:45 -07:00
2024-04-16 17:48:03 -06:00
2024-05-16 19:54:00 -07:00
2024-04-16 17:48:03 -06:00