Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{ 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}