All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.badlogic.gdx.backends.iosrobovm.custom.UIAccelerometer Maven / Gradle / Ivy

/*DO NOT EDIT THIS FILE - it is machine generated*/

package com.badlogic.gdx.backends.iosrobovm.custom;

/**/
import org.robovm.objc.*;
import org.robovm.objc.annotation.*;
import org.robovm.rt.bro.annotation.*;
import org.robovm.rt.bro.ptr.*;
import org.robovm.apple.foundation.*;

/**/
/**/
/** DO NOT EDIT THIS FILE - it is machine generated
 * @since Available in iOS 2.0 and later.
 * @deprecated Deprecated in iOS 5.0. */
@Deprecated
/*  */
/*  */
@Library("UIKit")
@NativeClass
public class /*  */
/*  */
UIAccelerometer extends /*  */
/*  */
	NSObject {

	/*  */
	/*  */
	/*  */
	/** DO NOT EDIT THIS FILE - it is machine generated */
	public static class UIAccelerometerPtr extends Ptr {
	}

	/*  */
	/*  */
	static {
		ObjCRuntime.bind(UIAccelerometer.class);
	}

	/*  */
	/*  */
	/*  */
	/*  */
	public UIAccelerometer () {
	}

	protected UIAccelerometer (SkipInit skipInit) {
		super(skipInit);
	}

	/*  */
	/*  */
	@Property(selector = "updateInterval")
	public native double getUpdateInterval ();

	@Property(selector = "setUpdateInterval:")
	public native void setUpdateInterval (double v);

	@Property(selector = "delegate")
	public native UIAccelerometerDelegate getDelegate ();

	@Property(selector = "setDelegate:", strongRef = true)
	public native void setDelegate (UIAccelerometerDelegate v);

	/*  */
	/*  */
	/*  */
	/*  */
	@Method(selector = "sharedAccelerometer")
	public static native UIAccelerometer getSharedAccelerometer ();
	/*  */
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy