MCPcopy Create free account
hub / github.com/SFML/SFML / getIdentification

Function getIdentification

src/SFML/Window/Joystick.cpp:73–76  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

71
72////////////////////////////////////////////////////////////
73Identification getIdentification(unsigned int joystick)
74{
75 return priv::JoystickManager::getInstance().getIdentification(joystick);
76}
77
78
79////////////////////////////////////////////////////////////

Callers 2

Joystick.test.cppFile · 0.85
updateIdentificationMethod · 0.85

Calls 1

getIdentificationMethod · 0.45

Tested by

no test coverage detected