comparison libvo/wskeys.h @ 3490:d33dac3fcfa1

applied Panagiotis' patch
author gabucino
date Fri, 14 Dec 2001 17:37:45 +0000
parents c68f62830c83
children 150d1ef4204d
comparison
equal deleted inserted replaced
3489:2605bdacc3e9 3490:d33dac3fcfa1
60 #define wsSpace ' ' 60 #define wsSpace ' '
61 #define wsMinus '-' 61 #define wsMinus '-'
62 #define wsPlus '+' 62 #define wsPlus '+'
63 #define wsMul '*' 63 #define wsMul '*'
64 #define wsDiv '/' 64 #define wsDiv '/'
65 #define wsLess '<'
66 #define wsMore '>'
65 67
66 #define wsUp 0x52 + 256 68 #define wsUp 0x52 + 256
67 #define wsDown 0x54 + 256 69 #define wsDown 0x54 + 256
68 #define wsLeft 0x51 + 256 70 #define wsLeft 0x51 + 256
69 #define wsRight 0x53 + 256 71 #define wsRight 0x53 + 256