Previous Book Contents Book Index Next

Inside Macintosh: Apple Game Sprockets Guide /
Chapter 3 - InputSprocket / InputSprocket Reference
Constants


Need Flags

Use these constants in the flags bit field of an ISpNeed structure. Currently there is only one flag defined, which indicates whether or not to allow multiconfiguration of an input requirement.

typedef enum ISpNeedFlagBits {
   kISpNeedFlag_NoMultiConfig =  1
};
Constant descriptions

kISpNeedFlag_NoMultiConfig
Allow only one device to bind to this requirement during autoconfiguration.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
2 JUL 1996