* @brief Returns the current controller model. * For non gamecontroller devices it always returns UNKNOWN. */
| 1773 | * For non gamecontroller devices it always returns UNKNOWN. |
| 1774 | */ |
| 1775 | SDL_GameControllerType InputDevice::getControllerType() const { return SDL_CONTROLLER_TYPE_UNKNOWN; } |
| 1776 | |
| 1777 | /** |
| 1778 | * @brief Returns a pointer to the internal calibration storage backend. |
nothing calls this directly
no outgoing calls
no test coverage detected