summaryrefslogtreecommitdiff
path: root/src/tizen.h
blob: 2a2d5f32edeac8aee12af8c40543651994663fb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#ifndef _WAYLAND_SYSTEM_TIZEN_H_
#define _WAYLAND_SYSTEM_TIZEN_H_

#ifdef __cplusplus
extern "C" {
#endif




#define KEY_TIZEN_VOLUME_UP   115
#define KEY_TIZEN_VOLUME_DOWN 114
#define KEY_TIZEN_MESSAGE     217
#define KEY_TIZEN_MENU        139
#define KEY_TIZEN_RETURN      158
#define KEY_TIZEN_HOME        102



#ifdef __cplusplus
} /* extern "C" */
#endif



#endif  /*_WAYLAND_SYSTEM_TIZEN_H_*/