------------------------------------------------------------------- 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. ---------------------
| 109 | // |
| 110 | // ------------------------------------------------------------------- |
| 111 | int ddio_ff_Acquire(tDevice) { return 0; } |
| 112 | |
| 113 | // ------------------------------------------------------------------- |
| 114 | // ddio_ff_Unacquire |