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

com.badlogic.gdx.backends.iosrobovm.custom.UIAcceleration 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 /*  */
/*  */
UIAcceleration extends /*  */
/*  */
	NSObject {

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

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

	/*  */
	/*  */
	/*  */
	/*  */
	public UIAcceleration () {
	}

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

	/*  */
	/*  */
	@Property(selector = "timestamp")
	public native double getTimestamp ();

	@Property(selector = "x")
	public native double getX ();

	@Property(selector = "y")
	public native double getY ();

	@Property(selector = "z")
	public native double getZ ();
	/*  */
	/*  */
	/*  */
	/*  */
	/*  */
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy