Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.2.0 / packages / cocoaint / src / gamecontroller / GCControllerAxisInput.inc
Size: Mime:
{ Parsed from GameController.framework GCControllerAxisInput.h }


{ Types from GCControllerAxisInput }
{$ifdef TYPES}

type
  GCControllerAxisValueChangedHandler = OpaqueCBlock;
{$endif}


{$ifdef TYPES}
type
  GCControllerAxisInputPtr = ^GCControllerAxisInput;
{$endif}

{$ifdef CLASSES}

type
  GCControllerAxisInput = objcclass external (GCControllerElement)
  public
    procedure setValueChangedHandler(newValue: GCControllerAxisValueChangedHandler); message 'setValueChangedHandler:';
    function valueChangedHandler: GCControllerAxisValueChangedHandler; message 'valueChangedHandler';
    function value: single; message 'value';
  end;
{$endif}