Home
last modified time | relevance | path

Searched defs:controllerId (Results 1 – 25 of 93) sorted by relevance

1234

/dports/multimedia/kodi-addon-peripheral.joystick/peripheral.joystick-1.7.1-Matrix/src/api/xinput/
H A DXInputDLL.cpp124 bool CXInputDLL::GetState(unsigned int controllerId, XINPUT_STATE& state) in GetState()
142 bool CXInputDLL::GetStateWithGuide(unsigned int controllerId, XINPUT_STATE_EX& state) in GetStateWithGuide()
160 bool CXInputDLL::SetState(unsigned int controllerId, XINPUT_VIBRATION& vibration) in SetState()
180 bool CXInputDLL::GetCapabilities(unsigned int controllerId, XINPUT_CAPABILITIES& caps) in GetCapabilities()
201 bool CXInputDLL::GetBatteryInformation(unsigned int controllerId, BatteryDeviceType deviceType, XIN… in GetBatteryInformation()
237 bool CXInputDLL::PowerOff(unsigned int controllerId) in PowerOff()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/games/addons/input/
H A DGameClientJoystick.cpp65 std::string controllerId = m_controller->ID(); in OnButtonPress() local
83 std::string controllerId = m_controller->ID(); in OnButtonMotion() local
103 std::string controllerId = m_controller->ID(); in OnAnalogStickMotion() local
123 std::string controllerId = m_controller->ID(); in OnAccelerometerMotion() local
143 std::string controllerId = m_controller->ID(); in OnWheelMotion() local
161 std::string controllerId = m_controller->ID(); in OnThrottleMotion() local
H A DGameClientMouse.cpp22 std::string controllerId, in CGameClientMouse()
49 const std::string controllerId = ControllerID(); in OnMotion() local
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/examples/
H A DvrEvent.py41 controllerId = -1 variable
49 controllerId = e[CONTROLLER_ID] variable
51 controllerId = e[CONTROLLER_ID] variable
H A Dvrminitaur.py30 controllerId = -1 variable
38 controllerId = -1 variable
H A Dvr_kuka_setup_vrSyncPlugin.py184 controllerId = -1 variable
191 controllerId = e[CONTROLLER_ID] variable
193 controllerId = e[CONTROLLER_ID] variable
H A Dvr_kuka_setup_vrSyncPython.py184 controllerId = -1 variable
191 controllerId = e[CONTROLLER_ID] variable
193 controllerId = e[CONTROLLER_ID] variable
H A Dvr_kitchen_setup_vrSyncPython.py201 controllerId = -1 variable
208 controllerId = e[CONTROLLER_ID] variable
210 controllerId = e[CONTROLLER_ID] variable
212 controllerId = -1 variable
H A Dvrhand.py62 controllerId = -1 variable
77 controllerId = e[0] variable
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/qt/ui/
H A DUIPortManager.cpp149 uint controllerId = frame->objectName().remove( "fController" ).toUInt(); in cbTypeController_currentIndexChanged() local
187 uint controllerId = sender()->objectName().remove( "tbSetJoystick" ).toUInt(); in tbSetJoystick_clicked() local
249 uint controllerId = sender()->objectName().remove( "tbClearJoystick" ).toUInt(); in tbClearJoystick_clicked() local
264 uint controllerId = sender()->objectName().remove( "tbRemoveJoystick" ).toUInt(); in tbRemoveJoystick_clicked() local
/dports/audio/rosegarden/rosegarden-21.06.1/src/base/
H A DControllerContext.cpp43 int controllerId) : in ControllerSearch()
124 int controllerId) in getStaticValue()
139 int controllerId) in getControllerValue()
226 const int controllerId) in getControlParameter()
264 const int controllerId = in makeControlValueAbsolute() local
302 const int controllerId = in storeLatestValue() local
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAStreamWriter/src/
H A DCOLLADASWLibraryControllers.cpp39 const String &controllerId, const String &controllerName, const URI &skinSource ) in openSkin()
56 const String &controllerId, in openMorph()
79 …void LibraryControllers::openController ( const String &controllerId, const String &controllerName… in openController()
/dports/devel/bullet/bullet3-3.21/examples/CommonInterfaces/
H A DCommonExampleInterface.h56 …virtual void vrControllerMoveCallback(int controllerId, float pos[4], float orientation[4], float … in vrControllerMoveCallback()
57 …virtual void vrControllerButtonCallback(int controllerId, int button, int state, float pos[4], flo… in vrControllerButtonCallback()
58 virtual void vrHMDMoveCallback(int controllerId, float pos[4], float orientation[4]) {} in vrHMDMoveCallback()
59 virtual void vrGenericTrackerMoveCallback(int controllerId, float pos[4], float orientation[4]) {} in vrGenericTrackerMoveCallback()
/dports/devel/py-bullet3/bullet3-3.21/examples/CommonInterfaces/
H A DCommonExampleInterface.h56 …virtual void vrControllerMoveCallback(int controllerId, float pos[4], float orientation[4], float … in vrControllerMoveCallback()
57 …virtual void vrControllerButtonCallback(int controllerId, int button, int state, float pos[4], flo… in vrControllerButtonCallback()
58 virtual void vrHMDMoveCallback(int controllerId, float pos[4], float orientation[4]) {} in vrHMDMoveCallback()
59 virtual void vrGenericTrackerMoveCallback(int controllerId, float pos[4], float orientation[4]) {} in vrGenericTrackerMoveCallback()
/dports/games/kodi-addon-game.libretro/game.libretro-2.2.0-Matrix/src/input/
H A DLibretroDevice.cpp27 CLibretroDevice::CLibretroDevice(const std::string &controllerId) in CLibretroDevice()
45 const char* controllerId = pElement->Attribute(BUTTONMAP_XML_ATTR_CONTROLLER_ID); in Deserialize() local
H A DInputManager.cpp52 bool CInputManager::EnableKeyboard(const std::string &controllerId) in EnableKeyboard()
76 bool CInputManager::EnableMouse(const std::string &controllerId) in EnableMouse()
100 …ice_t CInputManager::ConnectController(const std::string &address, const std::string &controllerId) in ConnectController()
210 std::string controllerId = event.controller_id != nullptr ? event.controller_id : ""; in InputEvent() local
296 std::string controllerId; in ControllerID() local
/dports/multimedia/kodi-addon-peripheral.joystick/peripheral.joystick-1.7.1-Matrix/src/storage/
H A DButtonMap.cpp55 void CButtonMap::MapFeatures(const std::string& controllerId, const FeatureVector& features) in MapFeatures()
103 bool CButtonMap::ResetButtonMap(const std::string& controllerId) in ResetButtonMap()
141 …st kodi::addon::JoystickFeature& feature, FeatureVector& features, const std::string& controllerId) in MergeFeature()
172 void CButtonMap::Sanitize(FeatureVector& features, const std::string& controllerId) in Sanitize()
/dports/multimedia/kodi-addon-peripheral.joystick/peripheral.joystick-1.7.1-Matrix/src/storage/api/
H A DDatabaseJoystickAPI.cpp20 …ickAPI::MapFeatures(const kodi::addon::Joystick& driverInfo, const std::string& controllerId, cons… in MapFeatures()
45 …ystickAPI::ResetButtonMap(const kodi::addon::Joystick& driverInfo, const std::string& controllerId) in ResetButtonMap()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/input/
H A DJoystickMapper.cpp32 std::string controllerId; in MapActions() local
85 for (const auto& controllerId : m_controllerIds) in GetJoystickKeymaps() local
95 void CJoystickMapper::DeserializeJoystickNode(const TiXmlNode* pDevice, std::string& controllerId) in DeserializeJoystickNode()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/dae2ma/src/
H A DDAE2MAControllerImporter.cpp135 const COLLADAFW::UniqueId& controllerId = controller->getUniqueId (); in storeController() local
904 const COLLADAFW::UniqueId& controllerId ) in findController()
914 const COLLADAFW::UniqueId& controllerId ) in findMorphController()
933 const COLLADAFW::UniqueId& controllerId ) in findSkinController()
1125 const COLLADAFW::UniqueId& controllerId ) in findGeometryFilterData()
1147 const COLLADAFW::UniqueId& controllerId ) in findMorphTargets()
1159 const COLLADAFW::UniqueId& controllerId ) in addControllerToObjectGroupsInitialIndex()
1199 const COLLADAFW::UniqueId& controllerId = it2->first; in connectSkinControllerJoints() local
1245 const COLLADAFW::UniqueId& controllerId ) in getSkinControllerTransforms()
1298 const COLLADAFW::UniqueId& controllerId = it->first; in connectGeometries() local
[all …]
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/runtime/
H A DProcessControllerBase.java49 protected final int controllerId; field in ProcessControllerBase
140 int controllerId) { in OutputCapture()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/src/
H A DCOLLADAMaxXRefFile.cpp109 String controllerId = getControllerId(*exportNode, controllerCount - i, controller->getType()); in exportControllers() local
130 …ortController( ExportNode* exportNode, Controller* controller, const String& controllerId, const S… in exportController()
142 …oller( ExportNode* exportNode, SkinController* skinController, const String& controllerId, const S… in exportSkinController()
326 …ler( ExportNode* exportNode, MorphController* morphController, const String& controllerId, const S… in exportMorphController()
H A DCOLLADAMaxControllerExporter.cpp111 String controllerId = getControllerId(*exportNode, controllerCount - i, controller->getType()); in exportControllers() local
132 …ortController( ExportNode* exportNode, Controller* controller, const String& controllerId, const S… in exportController()
144 …oller( ExportNode* exportNode, SkinController* skinController, const String& controllerId, const S… in exportSkinController()
343 …ler( ExportNode* exportNode, MorphController* morphController, const String& controllerId, const S… in exportMorphController()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/include/
H A DCOLLADAMayaBaseController.h64 : mControllerId( controllerId ) in mControllerId() argument
H A DCOLLADAMayaMorphController.h49 MorphController ( const String& controllerId, const String& controllerName ) in MorphController()

1234