More mouse functions
git-svn-id: svn://svn.cc65.org/cc65/trunk@2859 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
14
libsrc/mouse/mouse_buttons.s
Normal file
14
libsrc/mouse/mouse_buttons.s
Normal file
@@ -0,0 +1,14 @@
|
||||
;
|
||||
; Ullrich von Bassewitz, 2003-12-30
|
||||
;
|
||||
; unsigned char __fastcall__ mouse_buttons (void);
|
||||
; /* Return a bit mask encoding the states of the mouse buttons. Use the
|
||||
; * MOUSE_BTN_XXX flags to decode a specific button.
|
||||
; */
|
||||
;
|
||||
|
||||
.include "mouse-kernel.inc"
|
||||
|
||||
_mouse_buttons = mouse_buttons ; Call driver directly
|
||||
|
||||
|
||||
Reference in New Issue
Block a user