- add sources.
[platform/framework/web/crosswalk.git] / src / ozone / wayland / input / kbd_conversion.h
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Copyright 2013 Intel Corporation. All rights reserved.
3 // Use of this source code is governed by a BSD-style license that can be
4 // found in the LICENSE file.
5
6 #ifndef OZONE_WAYLAND_INPUT_KBD_CONVERSION_H_
7 #define OZONE_WAYLAND_INPUT_KBD_CONVERSION_H_
8
9 #include "ui/base/ui_export.h"
10 #include "ui/events/keycodes/keyboard_codes_posix.h"
11
12 namespace ozonewayland {
13
14 UI_EXPORT ui::KeyboardCode KeyboardCodeFromXKeysym(unsigned int keysym);
15
16 }  // namespace ozonewayland
17
18 #endif  // OZONE_WAYLAND_INPUT_KBD_CONVERSION_H_