egui icon indicating copy to clipboard operation
egui copied to clipboard

Break out input_state constants into settings

Open girtsf opened this issue 6 months ago • 1 comments

This takes 3 hardcoded constants from input_state.rs and puts them in a InputOptions struct that then gets added to Options. This allows adjusting these values at runtime, for example, to increase MAX_CLICK_DIST for touchscreen usage.

  • [x] I have followed the instructions in the PR template

girtsf avatar Aug 09 '24 22:08 girtsf