Remove whitespace lines
This commit is contained in:
@@ -7,38 +7,38 @@
|
||||
|
||||
|
||||
namespace lime {
|
||||
|
||||
|
||||
|
||||
|
||||
enum GamepadEventType {
|
||||
|
||||
|
||||
GAMEPAD_AXIS_MOVE,
|
||||
GAMEPAD_BUTTON_DOWN,
|
||||
GAMEPAD_BUTTON_UP,
|
||||
GAMEPAD_CONNECT,
|
||||
GAMEPAD_DISCONNECT
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
struct GamepadEvent {
|
||||
|
||||
|
||||
hl_type* t;
|
||||
int axis;
|
||||
int button;
|
||||
int id;
|
||||
GamepadEventType type;
|
||||
double axisValue;
|
||||
|
||||
|
||||
static ValuePointer* callback;
|
||||
static ValuePointer* eventObject;
|
||||
|
||||
|
||||
GamepadEvent ();
|
||||
|
||||
|
||||
static void Dispatch (GamepadEvent* event);
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user