todo: fix or remove sendWinFocusEvent sends the RenderWinFocusEvent to widgets
(act events.WinActions)
| 381 | // todo: fix or remove |
| 382 | // sendWinFocusEvent sends the RenderWinFocusEvent to widgets |
| 383 | func (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 |