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

Function ddio_ff_Acquire

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

------------------------------------------------------------------- ddio_ff_Acquire Purpose: Acquires a direct input device for use. Input: The device to acquire (use kDI_MaxJoy to acquire all available joysticks). Return: # of devices acquired. Description: Call this to gain access to a device after the device has been created & after regaining the focus after losing it. ---------------------

Source from the content-addressed store, hash-verified

109//
110// -------------------------------------------------------------------
111int ddio_ff_Acquire(tDevice) { return 0; }
112
113// -------------------------------------------------------------------
114// ddio_ff_Unacquire

Callers 1

ForceRestartFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected