MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / ddio_ff_GetInfo

Function ddio_ff_GetInfo

ddio/lnxforcefeedback.cpp:158–163  ·  view source on GitHub ↗

======================================================================== Force Feedback Effect Functions ======================================================================== */ ------------------------------------------------------------------- ddio_ff_GetInfo Purpose: Returns information about the current state of the low-level Force Feedback system. --------

Source from the content-addressed store, hash-verified

156// Force Feedback system.
157// -------------------------------------------------------------------
158void ddio_ff_GetInfo(bool *ff_found, bool *ff_enabled) {
159 if (ff_found)
160 *ff_found = false;
161 if (ff_enabled)
162 *ff_enabled = false;
163}
164
165// -------------------------------------------------------------------
166// ddio_ffb_Pause

Callers 3

joystick_settings_dialogFunction · 0.85
ForceInitFunction · 0.85
setupMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected