egui
egui copied to clipboard
Break out input_state constants into settings
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