diff --git a/documentation/Fl.html b/documentation/Fl.html index 5123c5939..01e36e437 100644 --- a/documentation/Fl.html +++ b/documentation/Fl.html @@ -46,6 +46,7 @@ state information and global methods for the current application.
Copies the data pointed to by stuff to the selection +(0) or primary (1) clipboard. The selection clipboard is used +for middle-mouse pastes and for drag-and-drop selections. The +primary clipboard is used for traditional copy/cut/paste +operations. +
Returns non-zero if the Alt key is pressed. +
Returns non-zero if button 1 is pressed. +
Returns non-zero if button 2 is pressed. +
Returns non-zero if button 3 is pressed. +
Returns which mouse button was pressed. This returns garbage if the @@ -507,6 +524,9 @@ event.
Returns the button state bits; if non-zero, then at least one +button is pressed. +
The first form returns non-zero if the most recent FL_PUSH or @@ -520,8 +540,14 @@ later code does not think an item was double-clicked.
Returns non-zero if the Control key is pressed. +
Returns the last event that was processed. This can be used +to determine if a callback is being done in response to a +keypress, mouse click, etc. +
Returns non-zero if the Shift key is pressed. +