Skip to content

add democracy#321

Draft
Felk wants to merge 8 commits into
masterfrom
democracy
Draft

add democracy#321
Felk wants to merge 8 commits into
masterfrom
democracy

Conversation

@Felk

@Felk Felk commented Apr 24, 2022

Copy link
Copy Markdown
Member

No description provided.

{
Sequence = input.InputSets
.Select(set => set.Inputs
.Select(i => i.DisplayedText).ToList()).ToList();

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The old overlay relies on the input text to be regex-parseable to be recognized as a touch input and therefore displayed during execution, so this does not work for touchscreen aliases. Might be worth rethinking the wire format.
Note that in the old overlay the wire format for button sequences is shared across many places, and in particular with the anarchy_input_start event in regards to the touch detection logic (see check_button_set_for_touchscreen in old overlay touchscreen.js).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant