Previous Book Contents Book Index Next

Inside Macintosh: Apple Game Sprockets Guide /
Chapter 3 - InputSprocket / InputSprocket Reference
InputSprocket Functions / Configuring the Application


ISpStop

You can use the ISpStop function to stop the flow of data into the virtual elements that began with the ISpInit call. This is data that is switched from device driver callbacks. The application should call the function before it quits.

OSStatus ISpStop  (void);
function result
A result code.
DESCRIPTION
The ISpStop function stops data from device driver callbacks from being pushed into virtual elements.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
2 JUL 1996