MCPcopy Create free account
hub / github.com/cogentcore/core / sendWinFocusEvent

Method sendWinFocusEvent

core/renderwindow.go:383–387  ·  view source on GitHub ↗

todo: fix or remove sendWinFocusEvent sends the RenderWinFocusEvent to widgets

(act events.WinActions)

Source from the content-addressed store, hash-verified

381// todo: fix or remove
382// sendWinFocusEvent sends the RenderWinFocusEvent to widgets
383func (w *renderWindow) sendWinFocusEvent(act events.WinActions) {
384 // se := window.NewEvent(act)
385 // se.Init()
386 // w.Mains.HandleEvent(se)
387}
388
389// eventLoop runs the event processing loop for the RenderWindow -- grabs system
390// events for the window and dispatches them to receiving nodes, and manages

Callers 1

handleWindowEventsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected