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

Linux: add support for more virtual input devices #2261

Closed
wants to merge 7 commits into from

feat: simplified code by using std::visit

a1619f8
Select commit
Loading
Failed to load commit list.
Closed

Linux: add support for more virtual input devices #2261

feat: simplified code by using std::visit
a1619f8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Mar 28, 2024 in 1s

0.87% of diff hit (target 5.94%)

View this Pull Request on Codecov

0.87% of diff hit (target 5.94%)

Annotations

Check warning on line 16 in src/platform/linux/inputtino.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/inputtino.cpp#L16

Added line #L16 was not covered by tests

Check warning on line 23 in src/platform/linux/inputtino.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/inputtino.cpp#L23

Added line #L23 was not covered by tests

Check warning on line 43 in src/platform/linux/inputtino.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/inputtino.cpp#L43

Added line #L43 was not covered by tests

Check warning on line 45 in src/platform/linux/inputtino.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/inputtino.cpp#L45

Added line #L45 was not covered by tests

Check warning on line 59 in src/platform/linux/inputtino.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/inputtino.cpp#L59

Added line #L59 was not covered by tests

Check warning on line 79 in src/platform/linux/inputtino.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/inputtino.cpp#L79

Added line #L79 was not covered by tests

Check warning on line 93 in src/platform/linux/inputtino.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/inputtino.cpp#L92-L93

Added lines #L92 - L93 were not covered by tests

Check warning on line 98 in src/platform/linux/inputtino.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/inputtino.cpp#L97-L98

Added lines #L97 - L98 were not covered by tests

Check warning on line 102 in src/platform/linux/inputtino.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/inputtino.cpp#L102

Added line #L102 was not covered by tests

Check warning on line 105 in src/platform/linux/inputtino.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/inputtino.cpp#L105

Added line #L105 was not covered by tests

Check warning on line 111 in src/platform/linux/inputtino.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/inputtino.cpp#L111

Added line #L111 was not covered by tests

Check warning on line 113 in src/platform/linux/inputtino.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/inputtino.cpp#L113

Added line #L113 was not covered by tests

Check warning on line 119 in src/platform/linux/inputtino.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/inputtino.cpp#L119

Added line #L119 was not covered by tests

Check warning on line 121 in src/platform/linux/inputtino.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/inputtino.cpp#L121

Added line #L121 was not covered by tests

Check warning on line 144 in src/platform/linux/inputtino.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/inputtino.cpp#L144

Added line #L144 was not covered by tests

Check warning on line 146 in src/platform/linux/inputtino.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/inputtino.cpp#L146

Added line #L146 was not covered by tests

Check warning on line 149 in src/platform/linux/inputtino.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/inputtino.cpp#L149

Added line #L149 was not covered by tests

Check warning on line 152 in src/platform/linux/inputtino.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/inputtino.cpp#L152

Added line #L152 was not covered by tests

Check warning on line 161 in src/platform/linux/inputtino.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/inputtino.cpp#L161

Added line #L161 was not covered by tests

Check warning on line 163 in src/platform/linux/inputtino.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/inputtino.cpp#L163

Added line #L163 was not covered by tests

Check warning on line 169 in src/platform/linux/inputtino.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/inputtino.cpp#L169

Added line #L169 was not covered by tests

Check warning on line 171 in src/platform/linux/inputtino.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/inputtino.cpp#L171

Added line #L171 was not covered by tests

Check warning on line 178 in src/platform/linux/inputtino.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/inputtino.cpp#L178

Added line #L178 was not covered by tests

Check warning on line 181 in src/platform/linux/inputtino.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/inputtino.cpp#L181

Added line #L181 was not covered by tests

Check warning on line 184 in src/platform/linux/inputtino.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/platform/linux/inputtino.cpp#L184

Added line #L184 was not covered by tests