Revert "[Tizen] Adding deviceClass to KeyEvent Integ"
[platform/core/uifw/dali-core.git] / dali / integration-api / events / key-event-integ.h
index d98970d..e448a30 100644 (file)
@@ -24,7 +24,6 @@
 // INTERNAL INCLUDES
 #include <dali/integration-api/events/event.h>
 #include <dali/public-api/events/key-event.h>
-#include <dali/devel-api/events/key-event-devel.h>
 
 namespace Dali DALI_IMPORT_API
 {
@@ -63,7 +62,6 @@ struct KeyEvent : public Event
    * @param[in]  timeStamp     The time (in ms) that the key event occurred.
    * @param[in]  keyState      The state of the key event.
    * @param[in]  deviceName    Name of device KeyEvent originated from
-   * @param[in]  deviceClass   Class of device KeyEvent originated from
    */
   KeyEvent(const std::string& keyName,
            const std::string& keyString,
@@ -71,8 +69,7 @@ struct KeyEvent : public Event
            int keyModifier,
            unsigned long timeStamp,
            const State& keyState,
-           const std::string deviceName,
-           const DevelKeyEvent::DeviceClass::Type deviceClass );
+           const std::string deviceName );
 
   /*
    * Constructor, creates a Integration::KeyEvent from a Dali::KeyEvent
@@ -123,10 +120,6 @@ struct KeyEvent : public Event
    */
   std::string deviceName;
 
-  /**
-   * Class of device KeyEvent originated from
-   */
-  DevelKeyEvent::DeviceClass::Type deviceClass;
 };
 
 } // namespace Integration