mirror of
https://github.com/darlinghq/darling-glut.git
synced 2024-11-23 12:19:42 +00:00
8 lines
169 B
Objective-C
8 lines
169 B
Objective-C
#import <AppKit/AppKit.h>
|
|
#import "glutf90.h"
|
|
|
|
@interface GLUTView : NSView
|
|
- (NSPoint)windowPosition;
|
|
- (NSSize)windowSize;
|
|
- (NSTimeInterval)joystickPollInterval;
|
|
@end |