| 169 | } |
| 170 | |
| 171 | QString GameController::getRawUniqueIDString() const |
| 172 | { |
| 173 | return (getRawGUIDString() + getRawVendorString() + getRawProductIDString() + getSerialString()); |
| 174 | } |
| 175 | |
| 176 | void GameController::closeSDLDevice() |
| 177 | { |
nothing calls this directly
no outgoing calls
no test coverage detected