cc65/libsrc/mouse/mouse_getbox.s

14 lines
289 B
ArmAsm

;
; Ullrich von Bassewitz, 2009-09-26
;
; void __fastcall__ mouse_getbox (struct mouse_box* box);
; /* Get the current bounding box for the mouse pointer movement. */
;
;
.include "mouse-kernel.inc"
_mouse_getbox := mouse_getbox ; Call driver directly