From c47bea48a24e51e178354f3e3bb53d8b9964b769 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Tue, 6 Feb 2024 21:53:06 +1300 Subject: Moved mouse cursors and added cursor functions to FLTK.Draw --- doc/fl_draw.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'doc/fl_draw.html') diff --git a/doc/fl_draw.html b/doc/fl_draw.html index 3725377..71da104 100644 --- a/doc/fl_draw.html +++ b/doc/fl_draw.html @@ -269,11 +269,22 @@ procedure Set_Color
 void fl_cursor(Fl_Cursor);
+
+
+procedure Set_Cursor
+       (To : in Mouse_Cursor);
+
+ + +
 void fl_cursor(Fl_Cursor, Fl_Color fg, Fl_Color bg=FL_WHITE);
 
-
+procedure Set_Cursor
+       (To   : in Mouse_Cursor;
+        Fore : in Color;
+        Back : in Color := White_Color);
 
-- cgit