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

Function ForceIsEnabled

Descent3/D3ForceFeedback.cpp:315–315  ·  view source on GitHub ↗

------------------------------------------------------------------ ForceIsEnabled Purpose: Returns true if Force Feedback is enabled on the system ------------------------------------------------------------------

Source from the content-addressed store, hash-verified

313// Returns true if Force Feedback is enabled on the system
314// ------------------------------------------------------------------
315bool ForceIsEnabled(void) { return D3Use_force_feedback; }
316
317// ------------------------------------------------------------------
318// ForceIsAutoCenter

Callers 3

collide_player_and_wallFunction · 0.85
bump_two_objectsFunction · 0.85
joystick_settings_dialogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected