cleanup: Silence compilation warnings on MinGW-w64
[mplayer.git] / libvo / wskeys.h
bloba236a9fd55e33989742fa4c88ceef50d3e3f543e
1 /*
2 * This file is part of MPlayer.
4 * MPlayer is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
9 * MPlayer is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
14 * You should have received a copy of the GNU General Public License along
15 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 #ifndef MPLAYER_WSKEYS_H
20 #define MPLAYER_WSKEYS_H
22 #define wsPause 0xff13
23 #define wsUp 0xff52
24 #define wsDown 0xff54
25 #define wsLeft 0xff51
26 #define wsRight 0xff53
27 #define wsLeftCtrl 0xffe3
28 #define wsRightCtrl 0xffe4
29 #define wsLeftAlt 0xffe9
30 #define wsRightAlt 0xff7e
31 #define wsLeftShift 0xffe1
32 #define wsRightShift 0xffe2
33 #define wsEnter 0xff0d
34 #define wsBackSpace 0xff08
35 #define wsCapsLock 0xffe5
36 #define wsTab 0xff09
37 #define wsF1 0xffbe
38 #define wsF2 0xffbf
39 #define wsF3 0xffc0
40 #define wsF4 0xffc1
41 #define wsF5 0xffc2
42 #define wsF6 0xffc3
43 #define wsF7 0xffc4
44 #define wsF8 0xffc5
45 #define wsF9 0xffc6
46 #define wsF10 0xffc7
47 #define wsF11 0xffc8
48 #define wsF12 0xffc9
49 #define wsInsert 0xff63
50 #define wsDelete 0xffff
51 #define wsHome 0xff50
52 #define wsEnd 0xff57
53 #define wsPageUp 0xff55
54 #define wsPageDown 0xff56
55 #define wsNumLock 0xff7f
56 #define wsEscape 0xff1b
57 #define wsGrayEnter 0xff8d
58 #define wsGrayPlus 0xffab
59 #define wsGrayMinus 0xffad
60 #define wsGrayMul 0xffaa
61 #define wsGrayDiv 0xffaf
62 #define wsGrayDecimal 0xffae
63 #define wsGray0 0xffb0
64 #define wsGray1 0xffb1
65 #define wsGray2 0xffb2
66 #define wsGray3 0xffb3
67 #define wsGray4 0xffb4
68 #define wsGray5 0xffb5
69 #define wsGray6 0xffb6
70 #define wsGray7 0xffb7
71 #define wsGray8 0xffb8
72 #define wsGray9 0xffb9
73 #define wsGrayHome 0xff95
74 #define wsGrayLeft 0xff96
75 #define wsGrayUp 0xff97
76 #define wsGrayRight 0xff98
77 #define wsGrayDown 0xff99
78 #define wsGrayPgUp 0xff9a
79 #define wsGrayPgDn 0xff9b
80 #define wsGrayEnd 0xff9c
81 #define wsGray5Dup 0xff9d
82 #define wsGrayInsert 0xff9e
83 #define wsGrayDelete 0xff9f
85 #endif /* MPLAYER_WSKEYS_H */