| Index: sky/engine/core/events/Event.h
|
| diff --git a/sky/engine/core/events/Event.h b/sky/engine/core/events/Event.h
|
| index b737cad598f698724bc6bdc8bac7f51c5e055282..91e55bf208bfe0f1f2764ea2cdc58b5455c27a8f 100644
|
| --- a/sky/engine/core/events/Event.h
|
| +++ b/sky/engine/core/events/Event.h
|
| @@ -55,25 +55,6 @@ public:
|
| BUBBLING_PHASE = 3
|
| };
|
|
|
| - enum EventType {
|
| - MOUSEDOWN = 1,
|
| - MOUSEUP = 2,
|
| - MOUSEOVER = 4,
|
| - MOUSEOUT = 8,
|
| - MOUSEMOVE = 16,
|
| - MOUSEDRAG = 32,
|
| - CLICK = 64,
|
| - DBLCLICK = 128,
|
| - KEYDOWN = 256,
|
| - KEYUP = 512,
|
| - KEYPRESS = 1024,
|
| - DRAGDROP = 2048,
|
| - FOCUS = 4096,
|
| - BLUR = 8192,
|
| - SELECT = 16384,
|
| - CHANGE = 32768
|
| - };
|
| -
|
| static PassRefPtr<Event> create()
|
| {
|
| return adoptRef(new Event);
|
|
|