axmol/cocos/2d/platform/android/nativeactivity.h

13 lines
283 B
C
Raw Normal View History

2013-08-02 07:23:11 +08:00
#ifndef __COCOSNATIVEACTIVITY_H__
#define __COCOSNATIVEACTIVITY_H__
/**
* This is the interface to the Android native activity
*/
void enableAccelerometer(void);
void disableAccelerometer(void);
void setAccelerometerInterval(float interval);
#endif // __COCOSNATIVEACTIVITY_H__