You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// License information can be found in the LICENSE file.
package gui
type FocusEvent struct {
Receive bool // True on receiving focus and false on lost.
Another Control // Another focus Control. If Received then this field is a Control which previously been focused, otherwise it is a Control which now receive focus.