egui icon indicating copy to clipboard operation
egui copied to clipboard

Add max click timings & distance to `Options`

Open Azorlogh opened this issue 1 year ago • 0 comments

  • [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.

Azorlogh avatar Aug 19 '24 16:08 Azorlogh