com.badlogic.gdx.backends.iosrobovm.custom.UIAccelerometerDelegateAdapter Maven / Gradle / Ivy
/*DO NOT EDIT THIS FILE - it is machine generated*/
package com.badlogic.gdx.backends.iosrobovm.custom;
/**/
import org.robovm.objc.annotation.*;
import org.robovm.apple.foundation.*;
/* */
/**/
/* */
/**/
/* */
/** DO NOT EDIT THIS FILE - it is machine generated */
public class /* */
/* */
UIAccelerometerDelegateAdapter extends /* */
/* */
NSObject implements /* */
/* */
UIAccelerometerDelegate {
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/** @since Available in iOS 2.0 and later.
* @deprecated Deprecated in iOS 5.0. */
@Deprecated
@NotImplemented("accelerometer:didAccelerate:")
public void didAccelerate (UIAccelerometer accelerometer, UIAcceleration acceleration) {
throw new UnsupportedOperationException();
}
/* */
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy