]> git.sur5r.net Git - cc65/blob - libsrc/mouse/mouse_buttons.s
Remove trailings spaces from CBM-related asm files
[cc65] / libsrc / mouse / mouse_buttons.s
1 ;
2 ; Ullrich von Bassewitz, 2003-12-30
3 ;
4 ; unsigned char mouse_buttons (void);
5 ; /* Return a bit mask encoding the states of the mouse buttons. Use the
6 ; ** MOUSE_BTN_XXX flags to decode a specific button.
7 ; */
8 ;
9
10         .include        "mouse-kernel.inc"
11
12         _mouse_buttons  = mouse_buttons ; Call driver directly