Sha256: 1425b06541d999a4cde77b24c8eb3e5f8ff3eebe128da8c7bfcc785a6d8272f4
Contents?: true
Size: 392 Bytes
Versions: 30
Compression:
Stored size: 392 Bytes
Contents
#import <UIKit/UIKit.h> #import <Gosu/Fwd.hpp> @interface GosuGLView : UIView <UIKeyInput> - (instancetype)initWithFrame:(CGRect)frame NS_DESIGNATED_INITIALIZER; - (instancetype)initWithCoder:(NSCoder*)aDecoder NS_UNAVAILABLE; - (void)redrawGL:(void (^)())code; // This property must be set in order for TextInput handling to work. @property (nonatomic, assign) Gosu::Input* input; @end
Version data entries
30 entries across 30 versions & 1 rubygems