forked from github/cordova-android
Initial commit of the Android PhoneGap Code
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.android.droidgap;
|
||||
|
||||
public class AccelTuple {
|
||||
public long accelX;
|
||||
public long accelY;
|
||||
public long accelZ;
|
||||
}
|
||||
Reference in New Issue
Block a user