#include <PeripheralUtils.h>
kodi::addon::Joystick
Wrapper class providing additional joystick information not provided by ADDON::Peripheral. 
 
◆ Joystick() [1/3]
  
  
      
        
          | kodi::addon::Joystick::Joystick  | 
          ( | 
          const std::string &  | 
          provider = "",  | 
         
        
           | 
           | 
          const std::string &  | 
          strName = ""  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ Joystick() [2/3]
  
  
      
        
          | kodi::addon::Joystick::Joystick  | 
          ( | 
          const Joystick &  | 
          other | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ Joystick() [3/3]
◆ ~Joystick()
  
  
      
        
          | kodi::addon::Joystick::~Joystick  | 
          ( | 
          void  | 
           | ) | 
           | 
         
       
   | 
  
overridedefault   | 
  
 
 
◆ AxisCount()
  
  
      
        
          | unsigned int kodi::addon::Joystick::AxisCount  | 
          ( | 
          void  | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ ButtonCount()
  
  
      
        
          | unsigned int kodi::addon::Joystick::ButtonCount  | 
          ( | 
          void  | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ FreeStruct()
◆ HatCount()
  
  
      
        
          | unsigned int kodi::addon::Joystick::HatCount  | 
          ( | 
          void  | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ MotorCount()
  
  
      
        
          | unsigned int kodi::addon::Joystick::MotorCount  | 
          ( | 
          void  | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator=()
◆ Provider()
  
  
      
        
          | const std::string & kodi::addon::Joystick::Provider  | 
          ( | 
          void  | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ RequestedPort()
  
  
      
        
          | int kodi::addon::Joystick::RequestedPort  | 
          ( | 
          void  | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetAxisCount()
  
  
      
        
          | void kodi::addon::Joystick::SetAxisCount  | 
          ( | 
          unsigned int  | 
          axisCount | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetButtonCount()
  
  
      
        
          | void kodi::addon::Joystick::SetButtonCount  | 
          ( | 
          unsigned int  | 
          buttonCount | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetHatCount()
  
  
      
        
          | void kodi::addon::Joystick::SetHatCount  | 
          ( | 
          unsigned int  | 
          hatCount | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetMotorCount()
  
  
      
        
          | void kodi::addon::Joystick::SetMotorCount  | 
          ( | 
          unsigned int  | 
          motorCount | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetProvider()
  
  
      
        
          | void kodi::addon::Joystick::SetProvider  | 
          ( | 
          const std::string &  | 
          provider | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetRequestedPort()
  
  
      
        
          | void kodi::addon::Joystick::SetRequestedPort  | 
          ( | 
          int  | 
          requestedPort | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetSupportsPowerOff()
  
  
      
        
          | void kodi::addon::Joystick::SetSupportsPowerOff  | 
          ( | 
          bool  | 
          supportsPowerOff | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ SupportsPowerOff()
  
  
      
        
          | bool kodi::addon::Joystick::SupportsPowerOff  | 
          ( | 
          void  | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ ToStruct()
The documentation for this class was generated from the following file: