| Did you know ... | Search Documentation: |
| window->focus |
Graphical is the graphical
object in focus. If Recogniser is not
@nil, events
are given to this particular recogniser
object. If Cursor is not @nil,
the cursor is set to this value until the focus is released. The Name
argument indicates the button that initiated the focus. If a button-up
event is received of this button, the focus will be released
automatically. If the value is @nil,
the focus remains active until a new window->focus
message is received.
See also window->grab_pointer
and window->grab_keyboard.
Defaults: The following defaults apply:
Recogniser @nil (None) Cursor @nil (Cursor is not changed) Button Button of the current event, computed with: Window?current_event?button
->focus -focus_button -focus -displayed_cursor ->grab_pointer ->keyboard_focus ->post ->focus_cursor