Remove whitespace lines
This commit is contained in:
@@ -8,19 +8,19 @@
|
||||
|
||||
|
||||
namespace lime {
|
||||
|
||||
|
||||
|
||||
|
||||
enum TouchEventType {
|
||||
|
||||
|
||||
TOUCH_START,
|
||||
TOUCH_END,
|
||||
TOUCH_MOVE
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
struct TouchEvent {
|
||||
|
||||
|
||||
hl_type* t;
|
||||
int device;
|
||||
double dx;
|
||||
@@ -30,17 +30,17 @@ namespace lime {
|
||||
TouchEventType type;
|
||||
double x;
|
||||
double y;
|
||||
|
||||
|
||||
static ValuePointer* callback;
|
||||
static ValuePointer* eventObject;
|
||||
|
||||
|
||||
TouchEvent ();
|
||||
|
||||
|
||||
static void Dispatch (TouchEvent* event);
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user