[Tizen] Revert "Use touch consumed return to set whether we process a gesture or...
[platform/core/uifw/dali-core.git] / dali / internal / event / events / wheel-event-processor.h
index bc26322..596bc7e 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_INTERNAL_WHEEL_EVENT_PROCESSOR_H__
-#define __DALI_INTERNAL_WHEEL_EVENT_PROCESSOR_H__
+#ifndef DALI_INTERNAL_WHEEL_EVENT_PROCESSOR_H
+#define DALI_INTERNAL_WHEEL_EVENT_PROCESSOR_H
 
 /*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2019 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -18,6 +18,8 @@
  *
  */
 
+#include <vector>
+
 namespace Dali
 {
 
@@ -29,7 +31,7 @@ struct WheelEvent;
 namespace Internal
 {
 
-class Stage;
+class Scene;
 
 /**
  *  WheelEventProcessor receives the wheel events from the Dali Event processor.
@@ -46,7 +48,7 @@ public:
   /**
    * Create a wheel event processor.
    */
-  WheelEventProcessor(Stage& stage);
+  WheelEventProcessor( Scene& scenes );
 
   /**
    * Non-virtual destructor; WheelEventProcessor is not a base class
@@ -69,11 +71,11 @@ private:
 
 private:
 
-  Stage& mStage;               ///< Used to deliver the wheel events
+  Scene& mScene;               ///< Used to deliver the wheel events
 };
 
 } // namespace Internal
 
 } // namespace Dali
 
-#endif // __DALI_INTERNAL_WHEEL_EVENT_PROCESSOR_H__
+#endif // DALI_INTERNAL_WHEEL_EVENT_PROCESSOR_H