Add SL SR vectors, change dual joycon view, add missing raw data from keyboard/mouse
This commit is contained in:
parent
a7f9983563
commit
c9597af39d
4 changed files with 249 additions and 180 deletions
|
@ -139,6 +139,10 @@ public:
|
|||
static_cast<float>(y) * coef * (x == 0 ? 1.0f : SQRT_HALF));
|
||||
}
|
||||
|
||||
Input::AnalogProperties GetAnalogProperties() const override {
|
||||
return {modifier_scale, 1.0f, 0.5f};
|
||||
}
|
||||
|
||||
bool GetAnalogDirectionStatus(Input::AnalogDirection direction) const override {
|
||||
switch (direction) {
|
||||
case Input::AnalogDirection::RIGHT:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue