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

Method getControllerType

src/inputdevice.cpp:1775–1775  ·  view source on GitHub ↗

* @brief Returns the current controller model. * For non gamecontroller devices it always returns UNKNOWN. */

Source from the content-addressed store, hash-verified

1773 * For non gamecontroller devices it always returns UNKNOWN.
1774 */
1775SDL_GameControllerType InputDevice::getControllerType() const { return SDL_CONTROLLER_TYPE_UNKNOWN; }
1776
1777/**
1778 * @brief Returns a pointer to the internal calibration storage backend.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected