SameBoy/Cocoa/GBDisabledButton.m

9 lines
112 B
Objective-C

#import "GBDisabledButton.h"
@implementation GBDisabledButton
- (void)mouseDown:(NSEvent *)event
{
}
@end