german
390ee10eef
Allow all touch inputs at the same time and remove config options that are not longer necesary
5 years ago
Lioncash
e11e1dcf2d
yuzu: Remove unused variables in Qt code
Removes two unused variables in out Qt code. In this case the removal of
these two results in less allocations, given std::map allocates on the
heap.
5 years ago
Lioncash
45aee996c1
configure_motion_touch: Prevent use after move in ApplyConfiguration()
touch_engine was being compared against after being moved into the
setter for the engine, so this comparison wouldn't behave properly.
5 years ago
Lioncash
a2952ac213
configure_motion_touch: Migrate off QRegExp to QRegularExpression
QRegularExpression was introduced in Qt 5 as a better replacement for
QRegExp. In Qt 6.0 QRegExp is removed entirely.
To remain forward compatible with Qt 6.0, we can transition over to
using QRegularExpression.
5 years ago
german
06cf705501
Fix IP validator error where the last octet produced an error if the value was higher than 199
5 years ago
Morph
4aae21e1e4
general: Resolve C4062 warnings on MSVC
5 years ago
comex
2dce2be138
configure_motion_touch: Fix unescaped backslash in regex
Since this is inside a string literal, backslashes that are part of
regex syntax have to be escaped. But that's ugly, so convert to a raw
string instead.
5 years ago
german
2c2b586d86
Add multiple udp server support
5 years ago
Lioncash
046c0c91a3
input_common/CMakeLists: Make some warnings errors
Makes the input_common code warnings consistent with the rest of the
codebase.
5 years ago
FearlessTobi
d1e1ea0fef
Address second batch of reviews
5 years ago
FearlessTobi
d176feffad
Address review comments and fix code compilation
5 years ago
FearlessTobi
e6bd1fd1b8
yuzu: Add motion and touch configuration
6 years ago