OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Public Member Functions | List of all members
PlatformGamepad Class Referenceabstract

#include <PlatformGamepad.h>

Inheritance diagram for PlatformGamepad:
ProxyBase< PlatformGamepad > SdlGamepad ProxyGamepad

Public Member Functions

virtual ~PlatformGamepad ()=default
 
virtual std::string model () const =0
 
virtual std::string serial () const =0
 

Constructor & Destructor Documentation

◆ ~PlatformGamepad()

virtual PlatformGamepad::~PlatformGamepad ( )
virtualdefault

Member Function Documentation

◆ model()

virtual std::string PlatformGamepad::model ( ) const
pure virtual
Returns
Model of this gamepad.

Implemented in ProxyGamepad, and SdlGamepad.

◆ serial()

virtual std::string PlatformGamepad::serial ( ) const
pure virtual
Returns
Serial number of this gamepad.

Implemented in ProxyGamepad, and SdlGamepad.


The documentation for this class was generated from the following file: