mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 09:59:32 -06:00
InputCommon / DolphinQt / Core: Add a "RelativeMouse" input which provides the raw delta mouse input
Co-authored-by: Jordan Woyak <jordan.woyak@gmail.com>
This commit is contained in:
@ -93,6 +93,12 @@ public:
|
||||
virtual bool IsChild(const Input*) const { return false; }
|
||||
};
|
||||
|
||||
class RelativeInput : public Input
|
||||
{
|
||||
public:
|
||||
bool IsDetectable() const override { return false; }
|
||||
};
|
||||
|
||||
//
|
||||
// Output
|
||||
//
|
||||
|
Reference in New Issue
Block a user