(wParam, lParam uintptr)
| 2213 | } |
| 2214 | |
| 2215 | func (wb *WindowBase) handleKeyUp(wParam, lParam uintptr) { |
| 2216 | wb.keyUpPublisher.Publish(Key(wParam)) |
| 2217 | } |
| 2218 | |
| 2219 | func (wb *WindowBase) backgroundEffective() (Brush, Window) { |
| 2220 | wnd := wb.window |
no test coverage detected