Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{ Parsed from AppKit.framework NSMagnificationGestureRecognizer.h }
{$ifdef TYPES}
type
NSMagnificationGestureRecognizerPtr = ^NSMagnificationGestureRecognizer;
{$endif}
{$ifdef CLASSES}
type
NSMagnificationGestureRecognizer = objcclass external (NSGestureRecognizer)
private
_location: NSPoint;
_reserved1: NSPoint;
_mflags: NSInteger;
_magnification: CGFloat;
{$ifndef __OBJC2__}
_reserved2: NSInteger;
_reserved3: NSInteger;
{$endif}
public
procedure setMagnification(newValue: CGFloat); message 'setMagnification:';
function magnification: CGFloat; message 'magnification';
end;
{$endif}