VIB_SetCartridgePulloutCallback

Syntax

#include <nitro/vib.h>
void VIB_SetCartridgePulloutCallback(VIBCartridgePulloutCallback func);
 

Arguments

func Game Pak removal callback.

Return Values

None.

Description

Registers the Game Pak removal callback.

If the Game Pak is removed, the library immediately stops pulse vibration. If a callback is registered using this function, that callback will be called from that point forward.

The VIBCartridgePulloutCallback function is defined as follows.

typedef void (*VIBCartridgePulloutCallback)(void);
 

Revision History

2005/08/16 Initial version.


CONFIDENTIAL