comparison src/keyboard.c @ 28454:b9af46a5b25a

(lispy_mouse_names): Add additional mouse names.
author Gerd Moellmann <gerd@gnu.org>
date Sat, 01 Apr 2000 11:49:47 +0000
parents 9ec5585e5e29
children 5e8fd5aab7a7
comparison
equal deleted inserted replaced
28453:8b9b560a2b4a 28454:b9af46a5b25a
4085 4085
4086 #endif /* not HAVE_NTGUI */ 4086 #endif /* not HAVE_NTGUI */
4087 4087
4088 static char *lispy_mouse_names[] = 4088 static char *lispy_mouse_names[] =
4089 { 4089 {
4090 "mouse-1", "mouse-2", "mouse-3", "mouse-4", "mouse-5" 4090 "mouse-1", "mouse-2", "mouse-3", "mouse-4", "mouse-5",
4091 "mouse-6", "mouse-7", "mouse-8", "mouse-9", "mouse-10",
4092 "mouse-11", "mouse-12", "mouse-13", "mouse-14", "mouse-15"
4091 }; 4093 };
4092 4094
4093 #ifdef WINDOWSNT 4095 #ifdef WINDOWSNT
4094 /* mouse-wheel events are generated by the wheel on devices such as 4096 /* mouse-wheel events are generated by the wheel on devices such as
4095 the MS Intellimouse. The wheel sits in between the left and right 4097 the MS Intellimouse. The wheel sits in between the left and right