Newer
Older
Import / research / signals-slots / src / gui / window.h
@John Ryland John Ryland on 22 Dec 2020 392 bytes import NUC files
#import <AppKit/AppKit.h>

@interface MyView : NSView
{
    NSBitmapImageRep * myImage;
    volatile unsigned char * bitmapData;
    NSRect frame;
    
/*    
    NSWindow * window;
    int height;
    double viewX, viewY, viewStep;
    double originX, originY, escapeRadius;
    NSPoint mouseDownPoint, mouseDragPoint;
    NSRect mouseDragRect;
    BOOL isSelecting, isDragging;
*/
}

@end