From c70af3a36b86a926add81128b47870bfd633a50d Mon Sep 17 00:00:00 2001 From: uz Date: Sat, 26 Sep 2009 11:14:46 +0000 Subject: [PATCH 1/1] Documented the new mouse_setbox() and mouse_getbox functions. git-svn-id: svn://svn.cc65.org/cc65/trunk@4231 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/funcref.sgml | 38 +++++++++++++++++++++++++++++++------- 1 file changed, 31 insertions(+), 7 deletions(-) diff --git a/doc/funcref.sgml b/doc/funcref.sgml index c7f3e2f17..ccb15df9b 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -282,7 +282,8 @@ function. - + + @@ -291,7 +292,7 @@ function. (incomplete) - +

@@ -3253,14 +3254,13 @@ relocatable o65 modules for use with this function. -mouse_box

+mouse_setbox

/ - The function does not check if the mouse cursor is currently within the @@ -3275,12 +3275,35 @@ used in presence of a prototype. , +mouse_getbox

+ + + +/ + +The function is only available as fastcall function, so it may only be +used in presence of a prototype. + +, + + + + + mouse_buttons

@@ -3480,13 +3503,14 @@ used in presence of a prototype. is visible, it is shown at the new position. The function does not check if the new position is within the bounding -box specified with /. +box specified with /. The function is only available as fastcall function, so it may only be used in presence of a prototype. +, + -- 2.39.2