First implementation of controller rumble
This commit is contained in:
parent
a8be822e8e
commit
ab88c2f611
5 changed files with 63 additions and 14 deletions
|
@ -33,6 +33,9 @@ public:
|
|||
virtual bool GetAnalogDirectionStatus(AnalogDirection direction) const {
|
||||
return {};
|
||||
}
|
||||
virtual bool SetRumblePlay(f32 amp_high, f32 amp_low, f32 freq_high, f32 freq_low) const {
|
||||
return {};
|
||||
}
|
||||
};
|
||||
|
||||
/// An abstract class template for a factory that can create input devices.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue