16#ifndef _GV_PS2_EYETOY_H_
17#define _GV_PS2_EYETOY_H_
23#define GVI_EYETOY_DEVICEID_BIT 0x80000000
25GVBool gviPS2EyetoyStartup(
void);
26void gviPS2EyetoyCleanup(
void);
28int gviPS2EyetoyListDevices(
GVDeviceInfo devices[],
int maxDevices, GVDeviceType types);
30GVDevice gviPS2EyetoyNewDevice(GVDeviceID deviceID, GVDeviceType type);