MCPcopy Create free account
hub / github.com/AntiMicroX/antimicrox / getRawUniqueIDString

Method getRawUniqueIDString

src/gamecontroller/gamecontroller.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171QString GameController::getRawUniqueIDString() const
172{
173 return (getRawGUIDString() + getRawVendorString() + getRawProductIDString() + getSerialString());
174}
175
176void GameController::closeSDLDevice()
177{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected