mirror of
https://github.com/cc65/cc65.git
synced 2024-11-03 10:07:02 +00:00
14 lines
289 B
ArmAsm
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
|
||
|
|
||
|
|