* @brief Checks if this input device has a sensor of given type * @returns True if sensor is present, false otherwise */
| 592 | * @returns True if sensor is present, false otherwise |
| 593 | */ |
| 594 | bool InputDevice::hasSensor(JoySensorType type) { return getActiveSetJoystick()->hasSensor(type); } |
| 595 | |
| 596 | int InputDevice::getNumberVDPads() { return getActiveSetJoystick()->getNumberVDPads(); } |
| 597 |
nothing calls this directly
no outgoing calls
no test coverage detected