From a721b4ad00eb6bfa5483d62ed2461f15ca94a407 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 15 Jan 2002 02:17:19 +0000 Subject: Doco and makefile updates from SGI. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1934 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'documentation/Fl.html') diff --git a/documentation/Fl.html b/documentation/Fl.html index 438acbf43..692181511 100644 --- a/documentation/Fl.html +++ b/documentation/Fl.html @@ -36,8 +36,8 @@ state information and global methods for the current application.

  • args
  • atclose
  • awake
  • -
  • background2
  • background
  • +
  • background2
  • belowmouse
  • box_dh
  • box_dw
  • @@ -50,6 +50,7 @@ state information and global methods for the current application.

  • default_atclose
  • display
  • error
  • +
  • event
  • event_alt
  • event_button1
  • event_button2
  • @@ -58,13 +59,15 @@ state information and global methods for the current application.

  • event_buttons
  • event_clicks
  • event_ctrl
  • -
  • event
  • +
  • event_dx
  • +
  • event_dx
  • event_inside
  • event_is_click
  • event_key
  • event_length
  • event_shift
  • event_state
  • +
  • event_text
  • event_x
  • event_x_root
  • event_y
  • @@ -1103,5 +1106,11 @@ the left side of the screen.

    Returns the origin of the current screen, where 0 indicates the top edge of the screen. +

    int event_dx();

    + +

    int event_dy();

    + +

    const char* event_text();

    + -- cgit v1.2.3