Home
last modified time | relevance | path

Searched refs:JoystickVector (Results 1 – 19 of 19) sorted by relevance

/dports/multimedia/kodi-addon-peripheral.joystick/peripheral.joystick-1.7.1-Matrix/src/api/
H A DJoystickManager.cpp268 bool CJoystickManager::PerformJoystickScan(JoystickVector& joysticks) in PerformJoystickScan()
270 JoystickVector scanResults; in PerformJoystickScan()
288 …for (JoystickVector::iterator itJoystick = scanResults.begin(); itJoystick != scanResults.end(); +… in PerformJoystickScan()
322 for (JoystickVector::const_iterator it = m_joysticks.begin(); it != m_joysticks.end(); ++it) in GetJoystick()
331 JoystickVector CJoystickManager::GetJoysticks(const kodi::addon::Joystick& joystickInfo) const in GetJoysticks()
333 JoystickVector result; in GetJoysticks()
353 for (JoystickVector::iterator it = m_joysticks.begin(); it != m_joysticks.end(); ++it) in GetEvents()
H A DJoystickManager.h103 bool PerformJoystickScan(JoystickVector& joysticks);
107 JoystickVector GetJoysticks(const kodi::addon::Joystick& joystickInfo) const;
151 JoystickVector m_joysticks;
H A DJoystickInterfaceCallback.h26 void GetScanResults(JoystickVector& joysticks);
29 JoystickVector m_scanResults;
H A DJoystickInterfaceCallback.cpp19 void CJoystickInterfaceCallback::GetScanResults(JoystickVector& joysticks) in GetScanResults()
H A DJoystickTypes.h34 typedef std::vector<JoystickPtr> JoystickVector; typedef
H A DIJoystickInterface.h62 virtual bool ScanForJoysticks(JoystickVector& joysticks) = 0;
/dports/multimedia/kodi-addon-peripheral.joystick/peripheral.joystick-1.7.1-Matrix/src/api/linux/
H A DJoystickInterfaceLinux.h26 virtual bool ScanForJoysticks(JoystickVector& joysticks) override;
H A DJoystickInterfaceLinux.cpp33 bool CJoystickInterfaceLinux::ScanForJoysticks(JoystickVector& joysticks) in ScanForJoysticks()
/dports/multimedia/kodi-addon-peripheral.joystick/peripheral.joystick-1.7.1-Matrix/src/api/sdl/
H A DJoystickInterfaceSDL.h26 virtual bool ScanForJoysticks(JoystickVector& joysticks) override;
H A DJoystickInterfaceSDL.cpp34 bool CJoystickInterfaceSDL::ScanForJoysticks(JoystickVector& joysticks) in ScanForJoysticks()
/dports/multimedia/kodi-addon-peripheral.joystick/peripheral.joystick-1.7.1-Matrix/src/api/xinput/
H A DJoystickInterfaceXInput.h28 virtual bool ScanForJoysticks(JoystickVector& joysticks) override;
H A DJoystickInterfaceXInput.cpp54 bool CJoystickInterfaceXInput::ScanForJoysticks(JoystickVector& joysticks) in ScanForJoysticks()
/dports/multimedia/kodi-addon-peripheral.joystick/peripheral.joystick-1.7.1-Matrix/src/api/udev/
H A DJoystickInterfaceUdev.h50 virtual bool ScanForJoysticks(JoystickVector& joysticks) override;
H A DJoystickInterfaceUdev.cpp71 bool CJoystickInterfaceUdev::ScanForJoysticks(JoystickVector& joysticks) in ScanForJoysticks()
/dports/multimedia/kodi-addon-peripheral.joystick/peripheral.joystick-1.7.1-Matrix/src/api/directinput/
H A DJoystickInterfaceDirectInput.h30 virtual bool ScanForJoysticks(JoystickVector& joysticks) override;
H A DJoystickInterfaceDirectInput.cpp73 bool CJoystickInterfaceDirectInput::ScanForJoysticks(JoystickVector& joysticks) in ScanForJoysticks()
/dports/multimedia/kodi-addon-peripheral.joystick/peripheral.joystick-1.7.1-Matrix/src/api/cocoa/
H A DJoystickInterfaceCocoa.h50 virtual bool ScanForJoysticks(JoystickVector& joysticks) override;
H A DJoystickInterfaceCocoa.cpp128 bool CJoystickInterfaceCocoa::ScanForJoysticks(JoystickVector& joysticks) in ScanForJoysticks()
/dports/multimedia/kodi-addon-peripheral.joystick/peripheral.joystick-1.7.1-Matrix/src/
H A Daddon.cpp84 JoystickVector joysticks; in PerformDeviceScan()