ftp.nice.ch/pub/next/developer/hardware/powerglove/PowerGlove.N.bs.tar.gz#/PowerGlove/GloveWindow.h

This is GloveWindow.h in view mode; [Download] [Up]

#import <appkit/appkit.h>
#import <dpsclient/dpsclient.h>

@interface GloveWindow:Object
{
    id	GloveRot;
    id	GloveX;
    id	GloveY;
    id	GloveZ;
    id	index;
    id	middle;
    id	ring;
    id	thumb;
	
	DPSTimedEntry timerNum;
	id powerGlove;
}

- initPowerGlove;
- removePowerGlove;
- getGloveData;
- run:sender;
- stop:sender;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.