Home
last modified time | relevance | path

Searched refs:JoystickGUID (Results 1 – 5 of 5) sorted by relevance

/dports/games/wxlauncher/wxLauncher-release-0.10.0/code/apis/
H A DJoystickManager.h41 wxString JoystickGUID(unsigned int i);
H A DJoystickManager.cpp317 wxString JoyMan::JoystickGUID(unsigned int i) function in JoyMan
H A DRegistryProfileManager.cpp508 wxString currentJoystickGUID = JoyMan::JoystickGUID(currentJoystick); in RegistryPushProfile()
/dports/games/pioneer/pioneer-20210723/src/
H A DInput.h99 SDL_JoystickGUID JoystickGUID(int joystick);
H A DInput.cpp91 SDL_JoystickGUID Input::JoystickGUID(int joystick) in JoystickGUID() function in Input