From 299ebf295a9f729f68d1ad3b923cef9e6747132c Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 30 Oct 2002 14:23:16 +0000 Subject: Update tile documentation to be explicit about widgets touching and doing their own borders. Support CMD+[cxv] for copy/cut/paste on OSX. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2717 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/enumerations.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'documentation/enumerations.html') diff --git a/documentation/enumerations.html b/documentation/enumerations.html index c7c1460e1..c5aed2a1c 100644 --- a/documentation/enumerations.html +++ b/documentation/enumerations.html @@ -127,10 +127,15 @@ FL_KEYBOARD and FL_SHORTCUT events:
  • FL_ALT - One of the alt keys is down.
  • FL_NUM_LOCK - The num lock is on.
  • FL_META - One of the meta/Windows keys is down.
  • +
  • FL_COMMAND - An alias for FL_CTRL on WIN32 and X11, or +FL_META on MacOS X.
  • FL_SCROLL_LOCK - The scroll lock is on.
  • FL_BUTTON1 - Mouse button 1 is pushed.
  • FL_BUTTON2 - Mouse button 2 is pushed.
  • FL_BUTTON3 - Mouse button 3 is pushed.
  • +
  • FL_BUTTONS - Any mouse button is pushed.
  • +
  • FL_BUTTON(n) - Mouse button N (N > 0) is pushed.
  • +

    Alignment Values

    -- cgit v1.2.3