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

Work with input events to visit all positions along a path #223

Open
alice-i-cecile opened this issue Aug 4, 2022 · 0 comments
Open

Work with input events to visit all positions along a path #223

alice-i-cecile opened this issue Aug 4, 2022 · 0 comments
Labels
controversial Requires a heightened standard of review enhancement New feature or request

Comments

@alice-i-cecile
Copy link
Contributor

alice-i-cecile commented Aug 4, 2022

What problem does this solve?

Draw a line over a map by reading all of the cursor events and visiting them each in sequence.

What solution would you like?

An action type that can store data about a chain of events, typically world or screen coordinates.
This should be agnostic to touch / mouse / gamepad inputs.

What alternatives have you considered?

Simply getting the input value isn't enough: it collapses the data down.

Related work

Closely related to #224.

Discussed at length on Discord.

@alice-i-cecile alice-i-cecile added enhancement New feature or request controversial Requires a heightened standard of review labels Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
controversial Requires a heightened standard of review enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant