ftp.nice.ch/pub/next/developer/hardware/powerglove/PowerGloveInspector.NIHS.bs.tar.gz#/PowerGloveInspector/Source/PowerGloveView.h

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

#import <appkit/appkit.h>

@interface PowerGloveView:View
{
    /* Object variables */
    id	powerGlove;
    id	rollField;
    id	xField;
    id	yField;
    id	zField;
}

/* Over-ridden methods */
- initFrame:(const NXRect *)frameRect;
- drawSelf:(const NXRect *)rects :(int)rectCount;

@end

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