-#ifndef DALI_KEY_EVENT_DEVEL_H\r
-#define DALI_KEY_EVENT_DEVEL_H\r
-\r
-/*\r
- * Copyright (c) 2019 Samsung Electronics Co., Ltd.\r
- *\r
- * Licensed under the Apache License, Version 2.0 (the "License");\r
- * you may not use this file except in compliance with the License.\r
- * You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software\r
- * distributed under the License is distributed on an "AS IS" BASIS,\r
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
- * See the License for the specific language governing permissions and\r
- * limitations under the License.\r
- *\r
- */\r
-\r
-// INTERNAL INCLUDES\r
-#include <dali/public-api/events/key-event.h>\r
-\r
-namespace Dali\r
-{\r
-\r
-namespace DevelKeyEvent\r
-{\r
-\r
-/**\r
- * @brief Gets the logical key string.\r
- *\r
- * For example, when the user presses 'shift' key and '1' key together, the logical key is "exclamation".\r
- * Plus, the keyPressedName is "1", and the keyPressed is "!".\r
- *\r
- * @param[in] keyEvent The instance of KeyEvent.\r
- * @return The logical key symbol\r
- */\r
-DALI_CORE_API std::string GetLogicalKey( KeyEvent keyEvent );\r
-\r
-} // namespace DevelKeyEvent\r
-\r
-} // namespace Dali\r
-\r
-#endif // DALI_KEY_EVENT_DEVEL_H\r