com.badlogic.gdx.backends.iosrobovm.custom.UIAccelerometerDelegate 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 interface /* */
/* */
UIAccelerometerDelegate extends /* */
/* */
NSObjectProtocol {
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/** @since Available in iOS 2.0 and later.
* @deprecated Deprecated in iOS 5.0. */
@Deprecated
@Method(selector = "accelerometer:didAccelerate:")
void didAccelerate (UIAccelerometer accelerometer, UIAcceleration acceleration);
/* */
/* */
/* */
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy