Remove whitespace lines
This commit is contained in:
@@ -7,34 +7,34 @@
|
||||
|
||||
|
||||
namespace lime {
|
||||
|
||||
|
||||
|
||||
|
||||
enum SensorEventType {
|
||||
|
||||
|
||||
SENSOR_ACCELEROMETER
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
struct SensorEvent {
|
||||
|
||||
|
||||
hl_type* t;
|
||||
int id;
|
||||
double x;
|
||||
double y;
|
||||
double z;
|
||||
SensorEventType type;
|
||||
|
||||
|
||||
static ValuePointer* callback;
|
||||
static ValuePointer* eventObject;
|
||||
|
||||
|
||||
SensorEvent ();
|
||||
|
||||
|
||||
static void Dispatch (SensorEvent* event);
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user