egui
egui copied to clipboard
Add max click timings & distance to `Options`
- [x] I have followed the instructions in the PR template
Moves the click timing & distance constants to the Options struct so they can be configured by users.
Note: This need came up as part of my investigation of https://github.com/mvlabat/bevy_egui/issues/302. Essentially, on some platforms we are not guaranteed to have correct timekeeping so it's useful to be able to disable the max click duration in this case.