Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Options::input_options for click-delay etc #4942

Merged
merged 2 commits into from
Sep 5, 2024

Commits on Sep 4, 2024

  1. 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.
    girtsf committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    97eaf83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e36e62 View commit details
    Browse the repository at this point in the history