Revert "Enable GLES 3.0 by default."
[platform/core/uifw/dali-adaptor.git] / adaptors / common / key-impl.h
index 15d123d..25400f3 100644 (file)
@@ -20,6 +20,7 @@
 
 // INTERNAL INCLUDES
 #include <key.h>
+#include <key-extension-plugin.h>
 
 namespace Dali
 {
@@ -65,6 +66,13 @@ bool IsDeviceButton( const char* keyName );
  */
 const char* GetKeyName( Dali::KEY daliKey );
 
+/**
+ * @brief Get the key code from a key name.
+ * @param[in] keyName The key name
+ * @return The key code. -1 if the daliKey does not exist in the supported key lookup table.
+ */
+int GetDaliKeyCode( const char* keyName );
+
 } // namespace KeyLookup
 
 } // namespace Adaptor