OpenEnroth 73e68f7
|
#include <ProxyGamepad.h>
Public Member Functions | |
ProxyGamepad (PlatformGamepad *base=nullptr) | |
virtual | ~ProxyGamepad ()=default |
virtual std::string | model () const override |
virtual std::string | serial () const override |
Public Member Functions inherited from ProxyBase< PlatformGamepad > | |
ProxyBase (PlatformGamepad *base) | |
PlatformGamepad * | base () const |
void | setBase (PlatformGamepad *base) |
Public Member Functions inherited from PlatformGamepad | |
virtual | ~PlatformGamepad ()=default |
virtual std::string | model () const =0 |
virtual std::string | serial () const =0 |
Additional Inherited Members | |
Protected Member Functions inherited from ProxyBase< PlatformGamepad > | |
PlatformGamepad * | nonNullBase () const |
|
explicit |
|
virtualdefault |
|
overridevirtual |
Implements PlatformGamepad.
|
overridevirtual |
Implements PlatformGamepad.