mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-11 07:53:00 +02:00
11 lines
110 B
Objective-C
11 lines
110 B
Objective-C
#import "ImageView.h"
|
|
|
|
@implementation ImageView
|
|
|
|
- (BOOL) mouseDownCanMoveWindow
|
|
{
|
|
return TRUE;
|
|
}
|
|
|
|
|
|
@end
|