TQ3ControllerData |
typedef struct TQ3ControllerData {
char *signature;
TQ3Uns32 valueCount;
TQ3Uns32 channelCount;
TQ3ChannelGetMethod channelGetMethod;
TQ3ChannelSetMethod channelSetMethod;
} TQ3ControllerData;
State used to create new controller objects.
- signature
- A C string which uniquely identifies the manufacturer and model of the controller.
- valueCount
- The number of values supported by the controller.
- channelCount
- The number of channels supported by the controller.
- channelGetMethod
- The channel-getting method for the controller. This field is only valid if channelCount is non-zero, and may be NULL if the controller can not support this.
- channelSetMethod
- The channel-setting method for the controller. This field is only valid if channelCount is non-zero, and may be NULL if the controller can not support this.
© 1999-2008 Quesa Developers (Last Updated 5/10/2008)