mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +00:00
ControllerEmu: Add new "input override" system
This commit is contained in:
parent
cb6d476538
commit
cb16d20f2d
27 changed files with 355 additions and 74 deletions
|
@ -106,6 +106,10 @@ public:
|
|||
const ReshapeData& GetCenter() const;
|
||||
void SetCenter(ReshapeData center);
|
||||
|
||||
static constexpr const char* X_INPUT_OVERRIDE = "X";
|
||||
static constexpr const char* Y_INPUT_OVERRIDE = "Y";
|
||||
static constexpr const char* Z_INPUT_OVERRIDE = "Z";
|
||||
|
||||
protected:
|
||||
ReshapeData Reshape(ControlState x, ControlState y, ControlState modifier = 0.0,
|
||||
ControlState clamp = 1.0) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue